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
found in
---> <MgChoiceDropdown>
<MgWorkflow>
<MgComponent>
<MgContainer>
<MgComponent>
<MgContainer>
<MgComponent>
<MgForm>
<FormsEdit>
<Root>
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "change"
The text was updated successfully, but these errors were encountered:
Addition of
change: Function
property inVue.mgComponent
conflicts with methods calledchange
which are used as event handlers.Perhaps event handlers should always feature a
Handler
suffix. i.e.changeHandler
.ddefe31#diff-f5da0efe07b6a8ae1fd77554493d94d4R7147-R7149
The text was updated successfully, but these errors were encountered: