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
10
Rendered more hooks than during the previous render.
If we change the initial state value of s to any number larger than 0, everything goes fine. For example useState(0.01).
useState(0.01)
The Circle Progress's success percent should be add ten percent.
Page crashed and browser shown "Rendered more hooks than during the previous render."
The text was updated successfully, but these errors were encountered:
fix: Progress type="circle" error
type="circle"
b818d4a
`Rendered more hooks than during the previous render` close #30685
ab9f413
fix: Progress type="circle" error (#30855)
ad60e95
* fix: Progress `type="circle"` error `Rendered more hooks than during the previous render` close #30685 * update snapshot * fix gradient strokeColor * fix snapshot
Successfully merging a pull request may close this issue.
Reproduction link
Steps to reproduce
10
buttonRendered more hooks than during the previous render.
If we change the initial state value of s to any number larger than 0, everything goes fine.
For example
useState(0.01)
.What is expected?
The Circle Progress's success percent should be add ten percent.
What is actually happening?
Page crashed and browser shown "Rendered more hooks than during the previous render."
The text was updated successfully, but these errors were encountered: