We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a851f commit 99d2b6dCopy full SHA for 99d2b6d
src/index.js
@@ -61,6 +61,7 @@ function renderToString(vnode, context, opts) {
61
// options._commit, we don't schedule any effects in this library right now,
62
// so we can pass an empty queue to this hook.
63
if (options.__c) options.__c(vnode, EMPTY_ARR);
64
+ EMPTY_ARR.length = 0;
65
options.__s = previousSkipEffects;
66
return res;
67
}
0 commit comments