-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
React With single-spa
Uncaught TypeError: Cannot read properties of undefined (reading '_internalRoot')
with the function:
const createDevToolDataObject = (filteredSnapshot, diff) => {
if (diff === undefined) {
return {
filteredSnapshot: filteredSnapshot,
componentAtomTree: formatFiberNodes(
recoilizeRoot._reactRootContainer._internalRoot.current,
),
};
} else {
return {
filteredSnapshot: filteredSnapshot,
componentAtomTree: formatFiberNodes(
recoilizeRoot._reactRootContainer._internalRoot.current,
),
indexDiff: diff,
};
}
};
same issue with
Originally posted by @adamdaly in #136 (comment)
chriszrc, tsepen, ZeroPie, adrianescat, LvChengbin and 2 more
Metadata
Metadata
Assignees
Labels
No labels