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

Restrict mobx to <6.13.0 #7315

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Commits on Nov 21, 2024

  1. Restrict mobx to <6.13.0

    Mobx 6.13 makes tsc error out with:
    
    Error: node_modules/mobx/dist/types/observableset.d.ts(45,31): error TS2552: Cannot find name 'ReadonlySetLike'. Did you mean 'ReadonlySet'?
    
    which is issue 3903 in the mobx repository.
    Restrict mobx to <6.13 for now to avoid
    the issue.
    pjonsson committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    04e6e5a View commit details
    Browse the repository at this point in the history