We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Developement/Production OS: macOS 14.5 Node version: 20.18.0 Package manager: [email protected] Radix Vue version: 1.9.13 Vue version: 3.0.0 CSS framework: [email protected] Client OS: macOS 14.5 Browser: Chrome 131.0.6778.266
https://stackblitz.com/edit/bhw6xwfr-hcdmactw?file=src%2FApp.vue,package.json
Fill all inputs.
In my reproduction example, I listen to the complete event to hide PinInputRoot, which causes PinInputInput to throw the following error:
complete
PinInputRoot
PinInputInput
TypeError: Cannot read properties of null (reading 'value')
This error is thrown from resetPlaceholder's nextTick, because the component is not in the DOM anymore.
resetPlaceholder
nextTick
It should not throw an error.
I reproduced this issue in Chrome but could not reproduce it in Firefox.
The text was updated successfully, but these errors were encountered:
I opened a pull request that resolves the issue, but I failed to reproduce it in the unit tests: #1606
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Link to minimal reproduction
https://stackblitz.com/edit/bhw6xwfr-hcdmactw?file=src%2FApp.vue,package.json
Steps to reproduce
Fill all inputs.
Describe the bug
In my reproduction example, I listen to the
complete
event to hidePinInputRoot
, which causesPinInputInput
to throw the following error:This error is thrown from
resetPlaceholder
'snextTick
, because the component is not in the DOM anymore.Expected behavior
It should not throw an error.
Context & Screenshots (if applicable)
I reproduced this issue in Chrome but could not reproduce it in Firefox.
The text was updated successfully, but these errors were encountered: