-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
docsImprovements or additions to the documentation.Improvements or additions to the documentation.scope: pickersChanges related to the date/time pickers.Changes related to the date/time pickers.
Description
In my code I added
import {DatePicker} from 'material-ui';
Then i've got error
ReferenceError: document is not defined
at [object Object].componentWillMount (~/node_modules/material-ui/lib/overlay.js:64:34)
I also change my import to
const DatePicker = require('material-ui/lib/date-picker/date-picker');
Still no luck
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to the documentation.Improvements or additions to the documentation.scope: pickersChanges related to the date/time pickers.Changes related to the date/time pickers.