question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maximum call stack size exceeded in v-bind:class using $slots

See original GitHub issue

Version

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:closed
  • Created 6 years ago
  • Reactions:9
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
Gemorrojcommented, Mar 11, 2018

@yyx990803 Will there be a hotfix? upd: released https://github.com/vuejs/vue/releases/tag/v2.5.15

0reactions
ibyteyoucommented, Apr 9, 2018

Case failed with this error when:

  • exists computed array with other reactive components
  • set watcher { deep: true } on it computed
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found