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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes
Restore the test suite under React 19 / MUI v9 / chai 6 by reconstructing the React 17/18-shaped test surface enzyme + react-shallow-renderer + the cfaester adapter expect: __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED stub, hook-call → shallow-renderer dispatcher routing, fiber-walking findDOMNode, native-event-based Simulate (with input value-tracker reset, checkbox-via-click, and doubleClick → dblclick mapping), and an Object.freeze skip for React elements. (#56)
Migrate TablePagination to MUI v9's slotProps.actions.{previousButton,nextButton} / slotProps.select API. (#56)
Migrate TableToolbar from the dropped <ReactToPrint> / <PrintContextConsumer> pair to a useReactToPrint hook wrapper. (#56)
Pin react-is to ^19.2.5 via overrides so the enzyme adapter's element check recognizes React 19's react.transitional.element symbol. (#56)
Externalize dependencies and peerDependencies (with subpath imports) in rollup.config.js to clear the "Unresolved dependencies" warnings. (#56)