-
-
Notifications
You must be signed in to change notification settings - Fork 641
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
counter_isomorphic compile error: hydrate
and ssr
enabled as features
#916
Comments
I'm not sure what you're trying to achieve with this (there are no tests for that example). If you use [package.metadata.cargo-all-features]
denylist = ["actix-files", "actix-web", "leptos_actix", "stable"]
skip_feature_sets = [["ssr", "hydrate"]] You can run tests for the separate features separately ( |
Thank you for looking into this problem for me. My apologies for not providing context. The I ran into the problem when I ran I am surprised to learn that Thank you for your analysis and kind feedback. |
I learned that the I will add a PR to fix this. |
Ah okay makes perfect sense! Thanks so much for this quick fix and for your work getting us set up to run tests on the examples. I really appreciate it. EDIT: Just for posterity, I added the compile error on conflicting features after a particularly painful debugging session with someone, not my first, caused by their accidentally having both |
Run
cargo make test -p counter_isomorphic
fromleptos/examples
to reproduce.The text was updated successfully, but these errors were encountered: