We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b136d55 commit 5c47b5dCopy full SHA for 5c47b5d
src/component/Base.mjs
@@ -2316,7 +2316,7 @@ class Component extends Base {
2316
{useVdomWorker} = Neo.config;
2317
2318
// Verify that the critical rendering path => CSS files for the new tree is in place
2319
- if (currentWorker.countLoadingThemeFiles !== 0) {
+ if (autoMount && currentWorker.countLoadingThemeFiles !== 0) {
2320
currentWorker.on('themeFilesLoaded', function() {
2321
!me.mounted && me.render(mount)
2322
}, me, {once: true});
0 commit comments