near / react-on-chain

Improved execution layer for NEAR decentralized frontend components
https://roc-docs.near.dev/
23 stars 5 forks source link

Add BOS loader missing css #376

Closed pavelisnear closed 2 months ago

pavelisnear commented 2 months ago

Our integration with bos-loader was missing the css of the component. It would cause an error saying styles not defined, because the compiler was not reading css from the bos loader response (only the component). This PR fixes css support for bos-loader in the compiler.

Fixed while pair programming with @andy-haynes

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
bos-web-engine ✅ Ready (Inspect) Visit Preview Mar 18, 2024 5:00pm
bos-web-engine-docs ✅ Ready (Inspect) Visit Preview Mar 18, 2024 5:00pm
bos-web-engine-sandbox ✅ Ready (Inspect) Visit Preview Mar 18, 2024 5:00pm
mpeterdev commented 2 months ago

@pavelisnear @andy-haynes this actually conflicts with #357 since I rework the bos-loader integration entirely over there

Please hold on merging this branch but use it for your own testing until my PR lands if necessary 😄

pavelisnear commented 2 months ago

@mpeterdev thanks for the update! Closing this one for now then.