_a2.find is not a function #3760
Replies: 2 comments
-
able to reproduce. converting to an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
fixed in #3762 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I use nextui and I really like it. Today I updated all nextui components to the new version and now there is a problem.
The specific problem is in the Dropdown component.
Dropdown version: ^2.1.29 -> ^2.1.30
Line 101: const item = (_a2 = props2 == null ? void 0 : props2.children) == null ? void 0 : _a2.find((item2) => item2.key === key);
Could you help solve this problem (_a2.find is not a function)?
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions