You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to accept any optimization with React.memo it throws this error
Failed to accept Optimize 2 re-renders: React.memo SearchableSelect
not only in this component , it throws with any component needs optimization using React.memo()
it shows me the changes but it doesn't apply them
here is some images:
old component
new changes
the error
What's the expected result?
it should accept the changes and apply them on the component
Link to Minimal Reproducible Example
.
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
What version of
million
are you using?latest version of Million.js
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Windows
What browser are you using?
Chrome - Edge
Describe the Bug
when i try to accept any optimization with React.memo it throws this error
Failed to accept Optimize 2 re-renders: React.memo
SearchableSelect
not only in this component , it throws with any component needs optimization using React.memo()
it shows me the changes but it doesn't apply them
here is some images:
What's the expected result?
it should accept the changes and apply them on the component
Link to Minimal Reproducible Example
.
Participation
The text was updated successfully, but these errors were encountered: