Vashnak / react-toasts

Simple react alerter
56 stars 19 forks source link

TypeError: Cannot read property 'default' of undefined #35

Open saurabhmehta1601 opened 2 years ago

saurabhmehta1601 commented 2 years ago

I am using nextjs app bootstraped with create-next-app following setup :

"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "^4.5.5"

I don't know where this error is coming from . Maybe it due to server side rendering . if it is what could be the workaround it K