fix: getBlitzContext() can only be used in React Server Components in Nextjs 13 or higher (#4299)
* fix: remove custom errors thrown by blitz * Create curvy-cougars-lick.md * use require and eval rather than the await which becomes a `yield import` possibly causing the issue * pnpm lock fix * Update .changeset/curvy-cougars-lick.md * add comment * use correct error type * Apply suggestions from code review
This commit is contained in:
6
.changeset/curvy-cougars-lick.md
Normal file
6
.changeset/curvy-cougars-lick.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@blitzjs/auth": patch
|
||||
"blitz": patch
|
||||
---
|
||||
|
||||
fix: getBlitzContext() can only be used in React Server Components in Nextjs 13 or higher
|
||||
Reference in New Issue
Block a user