@matthamlin/react-client 0.0.0-experimental-7216c0f0-20250630 → 0.0.0-experimental-73aa744b-20250702
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.
@@ -2763,7 +2763,7 @@
|
|
2763
2763
|
(stack = stack.slice(29));
|
2764
2764
|
var idx = stack.indexOf("\n");
|
2765
2765
|
-1 !== idx && (stack = stack.slice(idx + 1));
|
2766
|
-
idx = stack.indexOf("
|
2766
|
+
idx = stack.indexOf("react_stack_bottom_frame");
|
2767
2767
|
-1 !== idx && (idx = stack.lastIndexOf("\n", idx));
|
2768
2768
|
var JSCompiler_inline_result =
|
2769
2769
|
-1 !== idx ? (stack = stack.slice(0, idx)) : "";
|
@@ -3692,11 +3692,7 @@
|
|
3692
3692
|
fakeFunctionCache = new Map(),
|
3693
3693
|
fakeFunctionIdx = 0,
|
3694
3694
|
createFakeJSXCallStack = {
|
3695
|
-
|
3696
|
-
response,
|
3697
|
-
stack,
|
3698
|
-
environmentName
|
3699
|
-
) {
|
3695
|
+
react_stack_bottom_frame: function (response, stack, environmentName) {
|
3700
3696
|
return buildFakeCallStack(
|
3701
3697
|
response,
|
3702
3698
|
stack,
|
@@ -3706,12 +3702,13 @@
|
|
3706
3702
|
)();
|
3707
3703
|
}
|
3708
3704
|
},
|
3709
|
-
createFakeJSXCallStackInDEV =
|
3710
|
-
|
3711
|
-
|
3705
|
+
createFakeJSXCallStackInDEV =
|
3706
|
+
createFakeJSXCallStack.react_stack_bottom_frame.bind(
|
3707
|
+
createFakeJSXCallStack
|
3708
|
+
),
|
3712
3709
|
currentOwnerInDEV = null,
|
3713
3710
|
replayConsoleWithCallStack = {
|
3714
|
-
|
3711
|
+
react_stack_bottom_frame: function (
|
3715
3712
|
response,
|
3716
3713
|
methodName,
|
3717
3714
|
stackTrace,
|
@@ -3746,9 +3743,10 @@
|
|
3746
3743
|
}
|
3747
3744
|
}
|
3748
3745
|
},
|
3749
|
-
replayConsoleWithCallStackInDEV =
|
3750
|
-
|
3751
|
-
|
3746
|
+
replayConsoleWithCallStackInDEV =
|
3747
|
+
replayConsoleWithCallStack.react_stack_bottom_frame.bind(
|
3748
|
+
replayConsoleWithCallStack
|
3749
|
+
);
|
3752
3750
|
exports.close = function (response) {
|
3753
3751
|
reportGlobalError(response, Error("Connection closed."));
|
3754
3752
|
};
|
@@ -3788,7 +3786,7 @@
|
|
3788
3786
|
version: rendererVersion,
|
3789
3787
|
rendererPackageName: rendererPackageName,
|
3790
3788
|
currentDispatcherRef: ReactSharedInternals,
|
3791
|
-
reconcilerVersion: "19.2.0-experimental-
|
3789
|
+
reconcilerVersion: "19.2.0-experimental-73aa744b-20250702",
|
3792
3790
|
getCurrentComponentInfo: getCurrentOwnerInDEV
|
3793
3791
|
};
|
3794
3792
|
if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)
|
@@ -1750,7 +1750,7 @@ module.exports = function ($$$config) {
|
|
1750
1750
|
version: rendererVersion,
|
1751
1751
|
rendererPackageName: rendererPackageName,
|
1752
1752
|
currentDispatcherRef: ReactSharedInternals,
|
1753
|
-
reconcilerVersion: "19.2.0-experimental-
|
1753
|
+
reconcilerVersion: "19.2.0-experimental-73aa744b-20250702",
|
1754
1754
|
getCurrentComponentInfo: getCurrentOwnerInDEV
|
1755
1755
|
};
|
1756
1756
|
if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@matthamlin/react-client",
|
3
3
|
"description": "React package for consuming streaming models.",
|
4
|
-
"version": "0.0.0-experimental-
|
4
|
+
"version": "0.0.0-experimental-73aa744b-20250702",
|
5
5
|
"keywords": [
|
6
6
|
"react"
|
7
7
|
],
|
@@ -23,6 +23,6 @@
|
|
23
23
|
"node": ">=0.10.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
26
|
-
"react": "0.0.0-experimental-
|
26
|
+
"react": "0.0.0-experimental-73aa744b-20250702"
|
27
27
|
}
|
28
28
|
}
|