You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, we have issues using these two presets together (for example, crashing on Missing class properties transform when running yarn workspaces @adeira/example-relay test-bc and with the explicit @babel/plugin-proposal-class-properties we cannot write declare in our JS code).
This possibly requires creating a small reproducible code and getting in touch with Next.js team to figure out what do to.
The text was updated successfully, but these errors were encountered:
This is a follow-up after these PRs/issues:
Basically, we have issues using these two presets together (for example, crashing on
Missing class properties transform
when runningyarn workspaces @adeira/example-relay test-bc
and with the explicit@babel/plugin-proposal-class-properties
we cannot writedeclare
in our JS code).This possibly requires creating a small reproducible code and getting in touch with Next.js team to figure out what do to.
The text was updated successfully, but these errors were encountered: