You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include styles for dynamically imported components (#5138)
* add failing test for #5137
* partial fix for #5137
* defer gathering of styles
* fix typechecking
* try and nudge turbo into not breaking everything
* include dynamically imported styles during dev SSR
* changeset
* rename some stuff to make it clearer
* simplify, and dont follow dynamic imports from entry
* tidy up
* tidy up
* tidy up
// TODO if we add a client entry point one day, we will need to include inline_styles with the entry, otherwise stylesheets will be linked even if they are below inlineStyleThreshold
61
+
constinline_styles=newMap();
58
62
59
63
/** @type {Array<import('./types').Fetched>} */
60
64
constserialized_data=[];
@@ -72,18 +76,26 @@ export async function render_response({
0 commit comments