-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cypress smoke tests fail out of the box #85
Comments
ahhh! I forgot to update the type for the build when using the |
this is also available on the "nightly" train which only contains this fix and a few ci related things - |
Thanks! After updating to the nightly build you pointed me at,
This also occurs creating a new project using the |
i’ve noticed that too, i’ll see if i can figure out what’s going on with that in a bit |
This error happens whenever I try to update any remix project to React 18. For example, this happens too with the indie-stack, so maybe it is an error with Remix? |
i think it's more-so we're doing some path.join in the stacks which isn't resolving properly |
Have you experienced this bug with the latest version of the template?
yes
Steps to Reproduce
grunge-stack
template by runningnpx create-remix --template remix-run/grunge-stack
npx run validate
Expected Behavior
The cypress smoke tests should pass out of the box on a newly created project using the grunge-stack template
Actual Behavior
The cypress smoke tests fail out of the box
The text was updated successfully, but these errors were encountered: