-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Uncaught TypeError: slots[name$1].every is not a function #10839
Comments
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow. When reporting a bug, please provide a boiled down (a jsfiddle or code sandbox) runnable repro so we can check it 🙂 |
@posva 'cause is this a bug. The behavior occurs in connection with Vue. I'm not able to precompile dot vue files in jsfiddle, so it's not possible to give you a sandbox. Maybe I can prepare a testsystem for you on our public test server tomorrow. |
I'm sorry but that's not how it works. Please take a minute to read what is said at https://new-issue.vuejs.org/?repo=vuejs/vue it's really important for us. |
Thanks a lot for the codesandbox. I'll try it out tomorrow and isolate this issue :) Maybe I'll come back later if I can localize the cause of this error. |
It's 2021 now and seems that this is still a problem (vue2). |
2022 and still have the same problem. |
Same Here 2023 But i have the hack for this, so if we want to add function prototype to Object, we need to define property instead. so from this code
to this code
i know it's not solution, but rather a hack, but its works |
2024 and still have the same problem. |
May you changed |
Version
2.6.10
Reproduction link
https://stackoverflow.com/questions/56390672/vue-js-slotsname1-every-is-not-a-function
Steps to reproduce
I created a new Laravel Project with a couple of single file vue Components.
My app.js looks like this:
I build my compiled app.js file with Laravel.mix.
What is expected?
Something like this:
What is actually happening?
Vue throws the following error:
If I remove the Object.prototype function, everything works fine.
But in the case I extended the Object.prototype object, I'll get the error above.
I hope my infomation helps you to reproduce this error.
If you need some deeper information, leave me a message at markus.lenz@ort-online.net.
Thanks and kind regards,
Markus
The text was updated successfully, but these errors were encountered: