You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the momentjs using "npm i react-moment --save"
My moments js is installed in node_modules/react-moment
Should I import
import moment from 'react-moment';
or
import moment from 'moment'; (this is given in example)
Although both are not working, I get the same error!
Expected behavior
Should be able to import react correctly
Actual behavior
Gives module not found error
Steps to reproduce
Installed datepicker using npm
installed momentjs using npm
Still getting this error
The text was updated successfully, but these errors were encountered:
I installed the momentjs using "npm i react-moment --save"
My moments js is installed in node_modules/react-moment
Should I import
import moment from 'react-moment';
or
import moment from 'moment'; (this is given in example)
Although both are not working, I get the same error!
Expected behavior
Should be able to import react correctly
Actual behavior
Gives module not found error
Steps to reproduce
Installed datepicker using npm
installed momentjs using npm
Still getting this error
The text was updated successfully, but these errors were encountered: