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

Some CSS rules are lost on subsequent loads #303

Closed
mpeterdev opened this issue Feb 21, 2024 · 2 comments · Fixed by #387
Closed

Some CSS rules are lost on subsequent loads #303

mpeterdev opened this issue Feb 21, 2024 · 2 comments · Fixed by #387
Assignees
Labels
bug Something isn't working P0 - Release requirement

Comments

@mpeterdev
Copy link
Collaborator

mpeterdev commented Feb 21, 2024

Load this page and notice the card layout, then refresh

https://bos-web-engine.vercel.app/webengine.near/SocialFeedPage

may be related to persisted CSS having module identifiers when inspecting IndexedDB

CSS should be persisted in its non-processed form since our CSS module approach leads to different output for multiple usages of the same component

@mpeterdev mpeterdev added the bug Something isn't working label Feb 21, 2024
@mpeterdev
Copy link
Collaborator Author

temporarily resolved by revert of #288

@mpeterdev
Copy link
Collaborator Author

we will ship compiled component cache under a feature flag then resolve this afterwards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 - Release requirement
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants