Skip to content

Running into "late setup error" with Next.js #50

Answered by itsMapleLeaf
itsMapleLeaf asked this question in Q&A
Discussion options

You must be logged in to vote

Found the problem 🤦‍♂️

- if (typeof window !== undefined) {
+ if (typeof window !== "undefined") {

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sastan
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by itsMapleLeaf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants