Using Polls, I get a lot of warnings inside the browser's console. The functionality seems not to be affected.
I assume that these are related to the lib and not to polls. At least I cant see any relation to the implementation here.
[Vue warn]: Invalid prop: type check failed for prop "boundary". Expected String with value "[object HTMLDivElement]", got HTMLDivElement
at <NcPopover ref="popover" delay=0 handleResize=true ... >
at <NcActions>
at <ExportPoll key=1 >
at <PollHeaderButtons>
at <HeaderBar>
at <NcAppContent class="scrolled textPoll watched-scroll-area" token="DDjtlgEn" >
at <Vote token="DDjtlgEn" onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< undefined > >
at <RouterView>
at <NcContent app-name="polls" class="transitions-active" >
at <App>
[Vue warn]: Failed to resolve component: NcColorPicker
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <NcActionInput key=2 success=false error=false ... >
at <VPopperContent ref="popperContent" popper-id="popper_z0cftli0_uusbtq" theme="dropdown" ... >
at <Popper ref="popper" theme="dropdown" referenceNode=null ... >
at <VDropdown ref="popover" arrow-padding=10 auto-hide=false ... >
at <NcPopover ref="popover" delay=0 handleResize=true ... >
at <NcActions primary="" >
at <UserMenu key=0 primary="" >
at <PollHeaderButtons>
at <HeaderBar>
at <NcAppContent class="scrolled textPoll watched-scroll-area" token="Zsd1PS5b" >
at <Vote token="Zsd1PS5b" onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref<
Proxy { <target>: Proxy, <handler>: {…} }
> >
at <RouterView>
at <NcContent app-name="polls" class="transitions-active" >
at <App> [runtime-core.esm-bundler.js:63:10](/apps/polls/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js)
Using Polls, I get a lot of warnings inside the browser's console. The functionality seems not to be affected.
I assume that these are related to the lib and not to polls. At least I cant see any relation to the implementation here.