-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference Error of windows not defined errors #10
Comments
I imported the original TextField from material-ui and it works without problems. |
Experiencing same error during SSR. I think root of the problem in webpack's config: |
This is happening to me using Gatsby, unfortunately (which statically renders). Hopefully the fix is as easy as changing the webpack config. For now I'm manually getting by by simply copying and pasting the code from this lib into my project :/ |
Updates? Gatsby is definitely blowing up on production build. |
Nextjs has the same issue |
Gatsby issues here as well, had to stop using the library. Hopefully 2021 is the year! |
@de3web Just a friendly reminder that there is another library you can use now. Maintained and tested. |
By just doing a
import { TextField } from "final-form-material-ui";
I am gettting a Reference Error of windows which is not defined.The text was updated successfully, but these errors were encountered: