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
142
+
if(React.version.startsWith('18.3')){
143
+
expect(renderCb).toErrorDev([
144
+
'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
209
+
if(React.version.startsWith('18.3')){
210
+
expect(renderCb).toErrorDev([
211
+
'Warning: MuiFoo: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.',
0 commit comments