nepali-datepicker-reactjs
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -103,3 +103,2 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
function setConfig(key, value) { | ||
console.log(key, value); | ||
dispatch({ | ||
@@ -113,3 +112,2 @@ key: key, | ||
function getConfig(key) { | ||
console.log(state, "state"); | ||
return state[key]; | ||
@@ -449,3 +447,2 @@ } | ||
}, [getConfig]); | ||
console.log(currentLocale, "currentLocale"); | ||
var currentMonth = React.useMemo(function () { | ||
@@ -452,0 +449,0 @@ var month = date.bsMonth; |
@@ -100,3 +100,2 @@ import React, { createContext, useReducer, useContext, useLayoutEffect, useState, useMemo, useCallback, useEffect, Fragment, useRef } from 'react'; | ||
function setConfig(key, value) { | ||
console.log(key, value); | ||
dispatch({ | ||
@@ -110,3 +109,2 @@ key: key, | ||
function getConfig(key) { | ||
console.log(state, "state"); | ||
return state[key]; | ||
@@ -446,3 +444,2 @@ } | ||
}, [getConfig]); | ||
console.log(currentLocale, "currentLocale"); | ||
var currentMonth = useMemo(function () { | ||
@@ -449,0 +446,0 @@ var month = date.bsMonth; |
{ | ||
"name": "nepali-datepicker-reactjs", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Nepali Datepicker (Bikram Sambat) as a ReactJS component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
252333
2123