blitz-js / next-superjson-plugin

SuperJSON Plugin for Next.js Pages and Components
200 stars 13 forks source link

Upgade is needed for Next 14.2.3 compatibility #106

Closed cahaseler closed 5 months ago

cahaseler commented 5 months ago

Verify Next.js canary release

Describe the bug

failed to run Wasm plugin transform. Please ensure the version of swc_core used by the plugin is compatible with the host runtime. See https://swc.rs/docs/plugin/selecting-swc-corefor compatibility information. If you are an author of the plugin, please update swc_core to the compatible version.

Expected behavior

It shouldn't error out

Reproduction link

No response

Version

0.6.1

Config

No response

Additional context

No response

cahaseler commented 5 months ago

Nevermind - upgrading the package to 0.6.3 fixed it when I realized there was a 0.6.3 out. Maybe just add a github release?