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

[material-ui][ClickAwayListener] Fix export of types #40485

Merged
merged 2 commits into from
Jan 9, 2024

Commits on Jan 8, 2024

  1. [material-ui][ClickAwayListener]: Fix trailing comma on type

    This is not compatible with older supported TypeScript versions.
    
    Fixes mui#38837
    illume committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    36f866b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Update packages/mui-material/src/ClickAwayListener/index.ts

    Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
    Signed-off-by: Marija Najdova <mnajdova@gmail.com>
    mnajdova and oliviertassinari committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5a228c0 View commit details
    Browse the repository at this point in the history