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
The @create is triggered twice on tag create, when :on-create is not configured. The first time it's triggered here where the 'option' argument is getting the option object. The second time it's triggered here where the 'option' argument is getting the label as string passed.
I solved it for myself to change @create in :on-create, but still it might be unwanted behavior.