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
`@cipherstash/jseql` is a native Node.js module, and relies on native Node.js `require` to load the package.
463
+
463
464
### Next.js
464
465
465
-
Using `@cipherstash/jseql` with Next.js? Since the package is a native Node.js module, you need to opt-out from the Server Components bundling and use native Node.js `require` instead.
466
+
Using `@cipherstash/jseql` with Next.js? You need to opt-out from the Server Components bundling and use native Node.js `require` instead.
0 commit comments