#Vite Plugin Checker Runtime

1 messages · Page 1 of 1 (latest)

narrow gale
#

I keep getting this warning, how can I disable it? I'm not even sure what the warning is about and I just want to disable it. But I haven't even enabled it in the first place 🤔

#
@vite-plugin-checker-runtime:1238 [Vue warn]: Extraneous non-props attributes (ariaHidden) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. 
  at <App.ce base="/" overlayConfig= {} ariaHidden=null >
#

plugins definition in vite.config.ts:

[
    react(),
    checker({ typescript: true })
]