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
Hey, I haven't used Vue for a few years at this point, so I am not sure what could be causing this. What I would suggest is you to view the source of this component and rewrite it so it can suit your needs :)
While running a test:
there's an error:
[Vue warn]: Error in render: \"TypeError: Cannot read properties of undefined (reading \'click\')\" found in ---> <VueEmojiPicker> <Anonymous> <Root>
it is caused by this line:
slot-scope="{ events: { click: clickEvent } }"
any suggestions how to mock up this?
The text was updated successfully, but these errors were encountered: