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
// these were added in React v16.4.0, see https://reactjs.org/blog/2018/05/23/react-v-16-4.html and https://github.com/facebook/react/pull/12507
// these were added in React v16.4.0, see https://reactjs.org/blog/2018/05/23/react-v-16-4.html and https://github.com/facebook/react/pull/12507
373
+
REACT_ON_PROPS,
374
+
testReactVersion(context,'>= 19') ? [
375
+
// precedence was added in React v19, see https://react.dev/blog/2024/04/25/react-19#support-for-stylesheets
376
+
'precedence',
377
+
] : []
378
+
) : []
379
+
) : [
380
+
// this was removed in React v16.1+, see https://github.com/facebook/react/pull/10823
0 commit comments