Closed nicreichert closed 5 years ago
Hey, any luck with this? I have got a similar issue now.
Does this bug still repro in the latest version? Do you have some code to help us reproduce it?
I attempted to reproduce this by pasting the code above into the storybook, but was not able (https://github.com/missive/emoji-mart/commit/26530f4b0c23f559ea8d63104529da910245d587). Does this only happen in dev mode? I wasn't able to find any reference to eval()
in nimble-picker.js
, but perhaps it's related to a dev mode config.
Closing as this bug might be a duplicate of #201, which is fixed. Please reopen if this still reproduces.
Yes the error is still coming and it is in dev mode and also while using webpack 4. otherwise it is working fine. So any idea with the webpack. @nolanlawson
Hello,
Recently my project started having the above mentioned error when I try and render the
Picker
component.The component is being rendered by a container that hasn't been changed in weeks, nevertheless it started happening quite out of the blue.
I'm not doing any magic, just simply rendering the
Picker
like this:Here's the full error stack:
Has anyone seen this before?
Thanks for your help in advance.