You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standalone version would not be able to use notistack for popup messages, as it needs to be inside a provider. Maybe a different version without notistack? But the question is then how we should show the result of the previous answer.
I have a white screen and errors about useSnackBar() in Exerciseform.
The problem is the following: iamhosseindhv/notistack#133
This one is implemented in layout.tsx, so e.g.
<RelayClientWithBot_C />
can not be used without enclosed by<Layout>...</Layout>
tags.I think we should refactor this one so, that
<RelayClientWithbot_C />
should also work standalone.The text was updated successfully, but these errors were encountered: