Skip to content
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

Maximum call stack size exceeded при вызове vue.unmount при очистке async-render'а #1493

Open
shining-mind opened this issue Nov 21, 2024 · 0 comments

Comments

@shining-mind
Copy link
Contributor

shining-mind commented Nov 21, 2024

В примере examples/1493 нажать на "Clear Async".

Получаем ошибку:

vue.js:1716 Uncaught (in promise) RangeError: Maximum call stack size exceeded
    at callWithErrorHandling (vue.js:1716:11)
    at callWithAsyncErrorHandling (vue.js:1722:23)
    at invokeDirectiveHook (vue.js:4333:15)
    at unmount (vue.js:7569:19)
    at unmountChildren (vue.js:7704:15)
    at unmount (vue.js:7579:19)
    at unmountChildren (vue.js:7704:15)
    at unmount (vue.js:7579:19)
    at unmountChildren (vue.js:7704:15)
    at unmount (vue.js:7579:19)

Разметка:

< . v-async-target | :style = {background: 'cyan'}
	< template v-for = _ in asyncRender.iterate(1, {filter: (el) => async.sleep(100), group: 'hello'})
		< b-button
			Functional button

		< div

Если убрать div рядом с b-button, то ошибки нет. При наличии же div рядом с b-button у vnode b-button появляются dynamicChildren, причём первый элемент ссылается на саму vnode b-button.

  • Проблема возникает с функциональными компонентами, для обычных - случаи такой ошибки не выявлены.
  • Проблема появилась после того как в beta.153 был убран биндинг контекста в wrapRenderList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant