Skip to content

Re order module load#10

Merged
infiton merged 2 commits intomainfrom
re-order-module-load
Dec 4, 2025
Merged

Re order module load#10
infiton merged 2 commits intomainfrom
re-order-module-load

Conversation

@infiton
Copy link
Copy Markdown
Contributor

@infiton infiton commented Dec 4, 2025

In trying to set up the css in https://github.com/openai/apps-sdk-ui I found that it is very important that the package's css (and the tailwind layout orders) load before any component imported css

adding the css import to the top of a gadget root.tsx was not providing this order and it turns out it was because in our virtual widget module we were loading the Widget module before we were loading the root module :(

this PR resolves that

@infiton infiton force-pushed the re-order-module-load branch from b0fdb79 to a146b23 Compare December 4, 2025 21:43
@infiton infiton merged commit edb8453 into main Dec 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant