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
Really like the idea of these two controls being "melded" into one. But ran into a number of issues to just get the module installed.
import DateTimePicker from 'react-material-datetimepicker' just resulted in Webpack issues due to the fact that the /index.js is referencing the /scr folder, not the build folder.
Even when I pointed at react-material-datetimepicker/build I still got a slew of errors.
You shouldn't have to muddle w/ webpack and babel configs just to install a UI/UX module.
The text was updated successfully, but these errors were encountered:
Really like the idea of these two controls being "melded" into one. But ran into a number of issues to just get the module installed.
import DateTimePicker from 'react-material-datetimepicker'
just resulted in Webpack issues due to the fact that the/index.js
is referencing the/scr
folder, not the build folder.Even when I pointed at
react-material-datetimepicker/build
I still got a slew of errors.You shouldn't have to muddle w/ webpack and babel configs just to install a UI/UX module.
The text was updated successfully, but these errors were encountered: