-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
TypeError: Cannot destructure property 'mixins' of 'from' as it is undefined. #1491
Comments
@Akryum wrong issue reference in the commit message? |
Yes, I fixed the commit |
I don't think that'll fix it - |
Akryum
added a commit
that referenced
this issue
Jul 1, 2021
I'm getting precisely this issue with 6.0.0 beta 15 on Brave. If that fix above is in a later release, all is good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
6.0.0-beta.14
Browser and OS info
Chrome 91
Steps to reproduce
Use global mixins and functional components.
options
is the mixinraw
is a functional componentmergeOptions
sees it's a function and tries to accessfrom.options
, but functional components have no options so that is undefined, causing the destructure to throw this error. Ifraw
is a function and has no options it should probably early returnundefined
What is actually happening?
The text was updated successfully, but these errors were encountered: