Skip to content

Commit 4367117

Browse files
committed
comment out line 163 link fiber
1 parent 28d6181 commit 4367117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/linkFiber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default (snap: Snapshot, mode: Mode): ()=>void => {
160160

161161
let newNode = null;
162162
// We want to add this fiber node to the snapshot
163-
const snapshotState = newState.state || newState.hooksState ;
163+
// const snapshotState = newState.state || newState.hooksState ;
164164
if (componentFound || newState === 'stateless') {
165165
if (fromSibling) {
166166
newNode = tree.addSibling(newState,

0 commit comments

Comments
 (0)