-
Notifications
You must be signed in to change notification settings - Fork 837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NimblePicker: Cannot read property 'id' of undefined #201
Labels
Comments
Hi, try removing perLine.. i had the same issue. Just use width@style. |
I cannot reproduce this using the code provided (by pasting it into the storybook: nolanlawson@1e7e879). Could you please provide a reproducible test case or steps to reproduce? Thanks! |
nolanlawson
added a commit
to nolanlawson/emoji-mart
that referenced
this issue
Mar 10, 2019
nolanlawson
added a commit
to nolanlawson/emoji-mart
that referenced
this issue
Mar 10, 2019
Nevermind, I managed to reproduce: #289 |
This was referenced Mar 16, 2019
Closed
This was referenced Sep 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm getting the following errors in my production builds.
When running it locally the picker works fine but then when I build it and deploy it I get this error.
I'm building with WebPack, here is the webpack config and package.json.
https://gist.github.com/Rojoss/c3bf23017316317ca25819171d120f71
This is the React code:
Also tried with the NimblePicker
The emoji set or any of the other props don't make any difference.
When I add the component without any properties it still triggers the error below.
The text was updated successfully, but these errors were encountered: