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
@@ -151,7 +155,7 @@ function validate_component(component, name) {
151
155
if(!component||!component.$$render){
152
156
if(name==='svelte:component')
153
157
name+=' this={...}';
154
-
thrownewError(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);
158
+
thrownewError(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules. Otherwise you may need to fix a <${name}>.`);
155
159
}
156
160
returncomponent;
157
161
}
@@ -200,7 +204,7 @@ function add_attribute(name, value, boolean) {
thrownewError(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);
162
+
thrownewError(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules. Otherwise you may need to fix a <${name}>.`);
0 commit comments