You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// React 18.3.0 started warning for deprecated defaultProps for function components
141
+
if(React.version.startsWith('18.3')){
142
+
expect(renderCb).toErrorDev([
143
+
'Warning: MyComp: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.',
// React 18.3.0 started warning for deprecated defaultProps for function components
208
+
if(React.version.startsWith('18.3')){
209
+
expect(renderCb).toErrorDev([
210
+
'Warning: MuiFoo: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.',
0 commit comments