Skip to content
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

Web hydration error on fresh project creation #91

Open
Ryan-Harvey opened this issue Nov 29, 2023 · 6 comments
Open

Web hydration error on fresh project creation #91

Ryan-Harvey opened this issue Nov 29, 2023 · 6 comments
Labels
enhancement New feature or request good first issue Good for newcomers nice to have An unnecessary but desired change

Comments

@Ryan-Harvey
Copy link

Ryan-Harvey commented Nov 29, 2023

I am seeing a hydration error with a fresh project using the following command:

npx create-expo-stack@latest my-expo-app --expo-router --tabs --nativewind --supabase --bun

This appears to not give any errors when loading through an iOS simulator, or deploying via Vercel and viewing on the web.

image

@danstepanov danstepanov added good first issue Good for newcomers contribution improvement Lowers the barrier to entry for contribution nice to have An unnecessary but desired change enhancement New feature or request and removed contribution improvement Lowers the barrier to entry for contribution labels Nov 29, 2023
@danstepanov
Copy link
Owner

@Ryan-Harvey which command are you running to see this error? Is this expo start --web? If so, we don't support web first class at the moment. We are primarily focused on native but can dig into web in the coming weeks.

@danstepanov danstepanov added the wontfix This will not be worked on label Dec 7, 2023
@danstepanov danstepanov removed the wontfix This will not be worked on label Dec 20, 2023
@danstepanov
Copy link
Owner

able to recreate with the above command, @frankcalise do y'all ever run into this kind of error with ignite?

@frankcalise
Copy link
Collaborator

@danstepanov haven't seen an error message like this before but I'll repro it and take a look tomorrow

@frankcalise
Copy link
Collaborator

@danstepanov marklawlor/nativewind#523 (comment)

seems like we need #70

@danstepanov
Copy link
Owner

@frankcalise while I am no longer running into the same error above when running bun run web, I am now running into a different error when running that same command. Have you seen this with Ignite or elsewhere?

Seems like we're missing some files that we should be including?

To recreate:

npx create-expo-stack@latest my-expo-app --expo-router --tabs --nativewind --supabase --bun

Screenshot 2024-04-04 at 4 40 50 PM

@frankcalise
Copy link
Collaborator

@danstepanov I haven't seen this on Ignite but we don't really use nativewind at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers nice to have An unnecessary but desired change
Projects
None yet
Development

No branches or pull requests

3 participants