@react-devtools-plus/scan 0.5.3 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +7 -7
- package/.turbo/turbo-prepare$colon$type.log +1 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/adapter.ts +1 -1
- package/tsconfig.json +3 -1
package/dist/index.js
CHANGED
|
@@ -1807,7 +1807,7 @@ function u4(e4, t4, n3, o4, i4, u5) {
|
|
|
1807
1807
|
return l.vnode && l.vnode(l4), l4;
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
|
-
// ../../node_modules/.pnpm/react-scan@0.4.3_@types+react@18.3.27_next@15.5.6_react-dom@18.3.1_react@18.3.1__react@
|
|
1810
|
+
// ../../node_modules/.pnpm/react-scan@0.4.3_@types+react@18.3.27_next@15.5.6_react-dom@18.3.1_react@18.3.1__react@_93f49f8d5618ee7ab269f61cdffe4c1e/node_modules/react-scan/dist/index.mjs
|
|
1811
1811
|
import * as React from "react";
|
|
1812
1812
|
if (!Array.prototype.toSorted) {
|
|
1813
1813
|
Object.defineProperty(Array.prototype, "toSorted", {
|
|
@@ -17026,7 +17026,7 @@ function getFocusedFiberInfo() {
|
|
|
17026
17026
|
if (((_b = (_a = Store3 == null ? void 0 : Store3.inspectState) == null ? void 0 : _a.value) == null ? void 0 : _b.kind) === "focused") {
|
|
17027
17027
|
const fiber = Store3.inspectState.value.fiber;
|
|
17028
17028
|
if (fiber) {
|
|
17029
|
-
const fiberId2 = getFiberId(fiber);
|
|
17029
|
+
const fiberId2 = String(getFiberId(fiber));
|
|
17030
17030
|
return { fiber, fiberId: fiberId2 };
|
|
17031
17031
|
}
|
|
17032
17032
|
}
|