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
I'm using the whole RSuite library in a NextJS project.
I also decided to use this well-structured library but it doesn't seem to load properly on server side.
On a server side render, I get the following error:
But on a client side render, it works perfectly.
This issue arises when I try to import the Validator: import { Validator } from '@rsuite/validation'
Any advice?
Edit: I'm honored to be the first person to create an issue in this library 😆
The text was updated successfully, but these errors were encountered:
@DovahBrownies The statement shown in you screenshot which threw the error came from source code of rsuite. This is weird because you should be using compiled rsuite instead of source code. What version of rsuite are you using?
I'm using the whole RSuite library in a NextJS project.
I also decided to use this well-structured library but it doesn't seem to load properly on server side.
On a server side render, I get the following error:
But on a client side render, it works perfectly.
This issue arises when I try to import the Validator:
import { Validator } from '@rsuite/validation'
Any advice?
Edit: I'm honored to be the first person to create an issue in this library 😆
The text was updated successfully, but these errors were encountered: