Closed youminkim closed 3 years ago
@youminkim apologize this flew under our radar. Were you able to find a workaround for the issue?
Looks like the issue is that you are using our node server SDK for client rendering logic, and webpack was not able compile the "?." and "??" syntax. For client side logic we recommend using our react SDK, or js client SDK, which shouldn't have this issue as they are designed to work with webpack.
My Vercel's default node version was 12.x so I got following error. I am upgrading to 14.x now but reporting here just FYI