-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Describe the bug
When IButtonGroup is added to Vue file it causes a recursion error and often fails to load.
To Reproduce
Steps to reproduce the behavior:
- Install nuxt and inkline so: https://www.inkline.io/docs/installation/nuxt
- change app.vue to this:
<
6B3B
template>
<div>
<IButtonGroup>
<IButton>Left</IButton>
<IButton>Middle</IButton>
<IButton>Right</IButton>
</IButtonGroup>
</div>
</template>
Expected behavior
To show a button group without recursion errors in the log
Environment
- Version: 4.2.1
- Framework: Nuxt 3.11.2
- OS: MacOS
- Browser: Firefox
- Language: N/A
Additional context
warn [Vue warn]: Hydration node mismatch:
- rendered on server:
<div class="button-group -md -light" role="group" data-v-inspector="node_modules/@inkline/in…p/IButtonGroup.vue:91:5">
<empty string>
- expected on client: Symbol("v-cmt")
at <IButtonGroup>
at <App key=3 >
at <NuxtRoot> [browser.mjs:44:19](http://localhost:3002/_nuxt/node_modules/consola/dist/browser.mjs?v=55a3bd26)
error Hydration completed but contains mismatches. [browser.mjs:44:19](http://localhost:3002/_nuxt/node_modules/consola/dist/browser.mjs?v=55a3bd26)
NuxtJS 9
log
_log
resolveLog
_logFn
_wrapLogFn
hydrate2
mount
mount
initApp
error [nuxt] error caught during app initialization InternalError: too much recursion
NuxtJS 8
triggerEffects
triggerRefValue
effect
triggerEffects
triggerRefValue
effect
triggerEffects
triggerRefValue
[browser.mjs:44:19](http://localhost:3002/_nuxt/node_modules/consola/dist/browser.mjs?v=55a3bd26)
NuxtJS 9
log
_log
resolveLog
_logFn
_wrapLogFn
unreg
serialTaskCaller
run
serialTaskCaller
ssr:error (node:91788) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
at writeOut (node) [browser.mjs:44:19](http://localhost:3002/_nuxt/node_modules/consola/dist/browser.mjs?v=55a3bd26)
NuxtJS 9
log
_log
resolveLog
_logFn
_wrapLogFn
<anonymous>
serialTaskCaller
run
serialTaskCaller
heckelson
Metadata
Metadata
Assignees
Labels
No labels