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 04922fe commit 6372666Copy full SHA for 6372666
packages/reconciler/build/trim-reconciler.js
@@ -33,7 +33,7 @@ const KEEP_OPTIONS = {
33
shouldAttemptEagerTransition: true,
34
requestPostPaintCallback: true,
35
maySuspendCommit: true,
36
- detachDeletedInstance: true
+ detachDeletedInstance: true,
37
};
38
39
const STATIC_OPTIONS = {
0 commit comments