Maximum call stack size exceeded in v-bind:class using $slots
See original GitHub issueVersion
2.5.14
Reproduction link
https://jsfiddle.net/mmx38qxw/568/
Steps to reproduce
Run the fiddle
What is expected?
Render without error
What is actually happening?
Console warns that maximum call stack size exceeded
This demo works fine in prior versions, so it might be a regression in 2.5.14. Another find is that if I don’t pass <span slot="append">
to <compo>
, there’ll be no error.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Vue 3 slot maximum call stack size exceeded
I have a Dropdown component, that looks something like this: <template> <Header/> <MenuItems> <slot name="items"> </MenuItems> <template>.
Read more >[Solved]-How to declare a list of slots with dynamic names and ...
Coding example for the question How to declare a list of slots with dynamic names ... Having error Uncaught RangeError: Maximum call stack...
Read more >Too much recursion/Maximum call stack size exceeded
Very new to Vue (and web dev in general), and I can't seem to figure this one out. The aim is to have...
Read more >vuejs/vue - Gitter
Hi - how i can use dynamic route subroute segment in v-link? ... and throwing out Uncaught RangeError: Maximum call stack size exceeded....
Read more >Unsolved - Laracasts Forum
Using array form data array in Vue , not working when I compile on webpack . ... I get Uncaught RangeError: Maximum call...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@yyx990803 Will there be a hotfix? upd: released https://github.com/vuejs/vue/releases/tag/v2.5.15
Case failed with this error when: