-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Button] Fix typing for type-attribute #15077
Conversation
No bundle size changes comparing be889d9...2e0ba6b |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@karlbohlmark Thanks. At the rest that felt like spamming this PR helps: Releases are usually every 1-2 weeks, PRs rarely get merged without double checking. The problem surfaced because of a change in |
It will be released this weekend under v4.0.0-alpha.6. |
I think that we should backport this change to master and to a quick release. Anyone? |
The problem is that '@types/react-dom' has '@types/react' as dependency, it install latest version, so when i downgrade '@types/react' I can't build my project anyway, because i get: |
I will cut a v3 release once #15096 is merged. |
Released as v3.9.3. |
Narrow typing for the
type
attribute in Button and Fab to be compatible with latest typings for react.Closes #15076