-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Next.js 13.3.1-canary.8 introduces a change to the fetch handling that uses the global Buffer object. This causes a runtime error because Buffer is not available in Deno.
@Skn0tt has commented on the PR, but until this is fixed (or assuming it won't be) we should implement a workaround by adding Buffer to our shims.
Metadata
Metadata
Assignees
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code