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
Props should be treated as immutable in React, and mutating them directly can cause unexpected side effects, especially when attributes are passed by reference or reused.
The text was updated successfully, but these errors were encountered:
In the EasyEdit component, the cullAttributes() function directly mutates the attributes object from props:
Props should be treated as immutable in React, and mutating them directly can cause unexpected side effects, especially when attributes are passed by reference or reused.
The text was updated successfully, but these errors were encountered: