Skip to content

Server rendering breaks #2013

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsImprovements or additions to the documentation.scope: pickersChanges related to the date/time pickers.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions