-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix: mui textfield disappearing #95
Conversation
Hey @patrickjmeurer! Can you update package lock file? And can you provide some evidences? screenshots or videos of your fix. |
Hello @eduardoborges. As you requested, in annex the video of the solution, with the packages already updated! Gravacao.de.Tela.2024-11-08.as.22.45.09.mov |
idk why the CI is failing, maybe cache? |
@eduardoborges can I help with anything else on this PR? |
This version of inputmask doesnt exists |
package.json
Outdated
@@ -36,7 +36,7 @@ | |||
"react-dom": ">=16.4 || 17 || 18 || 20" | |||
}, | |||
"devDependencies": { | |||
"inputmask": "5.0.10-beta.9", | |||
"inputmask": "5.0.10-beta.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eduardoborges I’ve updated the package to the latest beta version.
@eduardoborges some news? |
## [3.4.1](eduardoborges/use-mask-input@3.4.0...3.4.1) (2024-11-22) ### Bug Fixes * update inputmask to version 5.0.10-beta.11 ([eduardoborges#98](eduardoborges#98)) ([08a16a5](eduardoborges@08a16a5)) * update packages ([6a4fc39](eduardoborges@6a4fc39))
@patrickjmeurer Can you solve the conflicts? |
@eduardoborges done! :) |
## [3.4.2](3.4.1...3.4.2) (2024-11-22) ### Bug Fixes * mui textfield disappearing ([#95](#95)) ([fa0caf6](fa0caf6))
🎉 This PR is included in version 3.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Temporary fix for #90 !
:)