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
In #2297 we added validation for userland config files e.g. package.json and tsconfig.json. We validated only package versions that were seen causing issues i.e. Prisma and React Router.
There is no reason not to validate all the required packages:
react
@types/react
vite
etc.
Basically, add some extra rules that would prevent users from installing e.g. React 19 when it comes out before Wasp migrates to the new version fully.
The text was updated successfully, but these errors were encountered:
In #2297 we added validation for userland config files e.g.
package.json
andtsconfig.json
. We validated only package versions that were seen causing issues i.e. Prisma and React Router.There is no reason not to validate all the required packages:
etc.
Basically, add some extra rules that would prevent users from installing e.g. React 19 when it comes out before Wasp migrates to the new version fully.
The text was updated successfully, but these errors were encountered: