react-server-dom-webpack 19.0.0-rc-941e1b4a-20240729 → 19.0.0-rc-3208e73e-20240730

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.
@@ -971,6 +971,13 @@
971
971
  "" === key &&
972
972
  null === handler.value &&
973
973
  (handler.value = parentObject[key]);
974
+ parentObject[0] === REACT_ELEMENT_TYPE &&
975
+ "3" === key &&
976
+ "object" === typeof handler.value &&
977
+ null !== handler.value &&
978
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
979
+ null === handler.value.props &&
980
+ (handler.value.props = parentObject[key]);
974
981
  handler.deps--;
975
982
  0 === handler.deps &&
976
983
  ((i = handler.chunk),
@@ -683,6 +683,13 @@ function waitForReference(
683
683
  }
684
684
  parentObject[key] = map(response, value);
685
685
  "" === key && null === handler.value && (handler.value = parentObject[key]);
686
+ parentObject[0] === REACT_ELEMENT_TYPE &&
687
+ "3" === key &&
688
+ "object" === typeof handler.value &&
689
+ null !== handler.value &&
690
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
691
+ null === handler.value.props &&
692
+ (handler.value.props = parentObject[key]);
686
693
  handler.deps--;
687
694
  0 === handler.deps &&
688
695
  ((i = handler.chunk),
@@ -1142,6 +1142,13 @@
1142
1142
  "" === key &&
1143
1143
  null === handler.value &&
1144
1144
  (handler.value = parentObject[key]);
1145
+ parentObject[0] === REACT_ELEMENT_TYPE &&
1146
+ "3" === key &&
1147
+ "object" === typeof handler.value &&
1148
+ null !== handler.value &&
1149
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
1150
+ null === handler.value.props &&
1151
+ (handler.value.props = parentObject[key]);
1145
1152
  handler.deps--;
1146
1153
  0 === handler.deps &&
1147
1154
  ((i = handler.chunk),
@@ -837,6 +837,13 @@ function waitForReference(
837
837
  }
838
838
  parentObject[key] = map(response, value);
839
839
  "" === key && null === handler.value && (handler.value = parentObject[key]);
840
+ parentObject[0] === REACT_ELEMENT_TYPE &&
841
+ "3" === key &&
842
+ "object" === typeof handler.value &&
843
+ null !== handler.value &&
844
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
845
+ null === handler.value.props &&
846
+ (handler.value.props = parentObject[key]);
840
847
  handler.deps--;
841
848
  0 === handler.deps &&
842
849
  ((i = handler.chunk),
@@ -1142,6 +1142,13 @@
1142
1142
  "" === key &&
1143
1143
  null === handler.value &&
1144
1144
  (handler.value = parentObject[key]);
1145
+ parentObject[0] === REACT_ELEMENT_TYPE &&
1146
+ "3" === key &&
1147
+ "object" === typeof handler.value &&
1148
+ null !== handler.value &&
1149
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
1150
+ null === handler.value.props &&
1151
+ (handler.value.props = parentObject[key]);
1145
1152
  handler.deps--;
1146
1153
  0 === handler.deps &&
1147
1154
  ((i = handler.chunk),
@@ -838,6 +838,13 @@ function waitForReference(
838
838
  }
839
839
  parentObject[key] = map(response, value);
840
840
  "" === key && null === handler.value && (handler.value = parentObject[key]);
841
+ parentObject[0] === REACT_ELEMENT_TYPE &&
842
+ "3" === key &&
843
+ "object" === typeof handler.value &&
844
+ null !== handler.value &&
845
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
846
+ null === handler.value.props &&
847
+ (handler.value.props = parentObject[key]);
841
848
  handler.deps--;
842
849
  0 === handler.deps &&
843
850
  ((i = handler.chunk),
@@ -1117,6 +1117,13 @@
1117
1117
  "" === key &&
1118
1118
  null === handler.value &&
1119
1119
  (handler.value = parentObject[key]);
1120
+ parentObject[0] === REACT_ELEMENT_TYPE &&
1121
+ "3" === key &&
1122
+ "object" === typeof handler.value &&
1123
+ null !== handler.value &&
1124
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
1125
+ null === handler.value.props &&
1126
+ (handler.value.props = parentObject[key]);
1120
1127
  handler.deps--;
1121
1128
  0 === handler.deps &&
1122
1129
  ((i = handler.chunk),
@@ -817,6 +817,13 @@ function waitForReference(
817
817
  }
818
818
  parentObject[key] = map(response, value);
819
819
  "" === key && null === handler.value && (handler.value = parentObject[key]);
820
+ parentObject[0] === REACT_ELEMENT_TYPE &&
821
+ "3" === key &&
822
+ "object" === typeof handler.value &&
823
+ null !== handler.value &&
824
+ handler.value.$$typeof === REACT_ELEMENT_TYPE &&
825
+ null === handler.value.props &&
826
+ (handler.value.props = parentObject[key]);
820
827
  handler.deps--;
821
828
  0 === handler.deps &&
822
829
  ((i = handler.chunk),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-server-dom-webpack",
3
3
  "description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.0.0-rc-941e1b4a-20240729",
4
+ "version": "19.0.0-rc-3208e73e-20240730",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -77,8 +77,8 @@
77
77
  "node": ">=0.10.0"
78
78
  },
79
79
  "peerDependencies": {
80
- "react": "19.0.0-rc-941e1b4a-20240729",
81
- "react-dom": "19.0.0-rc-941e1b4a-20240729",
80
+ "react": "19.0.0-rc-3208e73e-20240730",
81
+ "react-dom": "19.0.0-rc-3208e73e-20240730",
82
82
  "webpack": "^5.59.0"
83
83
  },
84
84
  "dependencies": {