Luke Petherbridge
Luke Petherbridge
Seems due to this? https://github.com/rust-lang/rustfmt/issues/6210 and https://github.com/rust-lang/rust-bindgen/issues/2852
I believe this is due to things like this e.g. in ProgressBar: ``` mount_style("progress-bar", include_str!("./progress-bar.css")); ``` Including this component outside of any Suspense renders properly in SSR. I'm not sure...
Makes sense that there would would need to be some sort of pass like tailwind does to collect styles, but I'm confused if it's actually required. The html content is...
Also if it helps, I have been using a a bit of a hack that solves the issue by including specific thaw components above the Suspense boundary with a style...
Ah! Thanks for the context. A build.rs seems fine, but just wondering what the impact would be for including a lot of css on conditional paths, when the source of...
Some of the changes here are good for general cleanup, but this PR is out of date. I switched away from SDL for rendering quite awhile back. As for versions,...