Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Fix eslint-plugin-react-compiler issues in usePagination tests #43946

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. Fixed ESLINT issue with usePagination.test.js file by using React.use…

    …Effect hook to update hook after execution, error: Writing to a variable defined outside a component or hook is not allowed. Consider using an effecteslint(react-compiler/react-compiler)
    wilhelmlofsten committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7316795 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Update packages/mui-material/src/usePagination/usePagination.test.js

    Signed-off-by: Aarón García Hervás <aaron.garcia.hervas@gmail.com>
    aarongarciah authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3f979c8 View commit details
    Browse the repository at this point in the history