Fix unexpected_cfgs in the crates and add a troubleshooting note#783
Fix unexpected_cfgs in the crates and add a troubleshooting note#783lukechu10 merged 5 commits intosycamore-rs:mainfrom
unexpected_cfgs in the crates and add a troubleshooting note#783Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #783 +/- ##
=======================================
Coverage 71.41% 71.41%
=======================================
Files 45 45
Lines 6658 6658
=======================================
Hits 4755 4755
Misses 1903 1903 ☔ View full report in Codecov by Sentry. |
|
Thanks for the PR and sorry for taking so long to get to this. I'm happy to merge this for now but I don't quite like this solution long term as it introduces extra friction to get started with Sycamore. It seems like the main problem is that certain macros expand to I think the best solution would be to not expand to |
unexpected_cfgslint configration at the workspace levelcfgcondition name:sycamore_force_ssr" in the troubleshooting section of the docs.