Closed v1r0x closed 2 years ago
hideOnEmojiSelect and position are popup options not picker options so it should be in the down one
Thanks for that info!
Unfortunately, this makes no difference in the error message
I am assuming it's coming from the state object thing, I don't have enough knowledge in vue but I am guessing that it's not able to access state object.
Thanks again! This actually fixed the issue :tada: Never had problems with that. Also emoji-button worked fine that way....
What was the issue/fix?
Using the reactive state was the issue. Replacing state.picker = createPopup(...)
with const picker = createPopup(...)
fixed it.
Interesting. I can't think of anything that changed which would cause this issue, but then again I know nothing about Vue!
I switched from the old emoji-button to picmo and tried to setup a popup picker, but when starting my site all I get is a
Cannot access private method
error on theaddEventListener
method. I'm running latest 5.5.2 on vue3