StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
747 stars 415 forks source link

Not work with nextjs #162

Open JuanOrtizOvied opened 5 years ago

JuanOrtizOvied commented 5 years ago

I try integrate with nextjs but I have erros, or is impossible ?

kenlck commented 5 years ago

Use next/dynamic to prevent SSR on NextJS

Also note that the version of react-dnd and react-dnd-html5-backend should not be updated to the latest version, as react-dnd has removed DragDropContext on version9

aliehsan90 commented 4 years ago

@UsuJuan Did it work for you?

JuanOrtizOvied commented 4 years ago

@aliehsan90 I didn't try but had problem with react-dnd

aliehsan90 commented 4 years ago

@UsuJuan So what did you do integrate it with nextjs? Any specifics that I should keep in mind?

JuanOrtizOvied commented 4 years ago

@aliehsan90 not implemented in my project because had any errors, I not used this library with nextjs. Sorry.

aliehsan90 commented 4 years ago

ok thanks

kid-three commented 4 years ago

anyone figured this out? It has to do something with the way AntD is imported on the component.... i think