next.js rror: Attempted to call the default export of from the server, but it's on the client Ошибка
Primary tabs
Error: Attempted to call the default export of from the server, but it's on the client.
It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.
в моем случае проблема была в том, что пользовательский хук, файл которого был помечен как use client применялся в экпорте компонента, который не был помечен так же
- Log in to post comments
- 48 reads