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
3.2.6
https://codesandbox.io/s/black-butterfly-egj7x?file=/src/main.js
language="de" externalid="4332cdd-3243443d22" 3. The prop externalId is parsed to a number and contains the value 4332
The prop from type String should not be parsed to a number and the component should receive the exact same value
The prop externalId from type String is automatically parsed to a number
The text was updated successfully, but these errors were encountered:
duplicate of #4370
Sorry, something went wrong.
No branches or pull requests
Version
3.2.6
Reproduction link
https://codesandbox.io/s/black-butterfly-egj7x?file=/src/main.js
Steps to reproduce
language="de" externalid="4332cdd-3243443d22"
3. The prop externalId is parsed to a number and contains the value 4332
What is expected?
The prop from type String should not be parsed to a number and the component should receive the exact same value
What is actually happening?
The prop externalId from type String is automatically parsed to a number
The text was updated successfully, but these errors were encountered: