balmjs / balm-ui

:diamonds: A modular and customizable UI library based on Material Design and Vue

Home Page:https://material.balmjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console errors when having radio buttons inside of a ui-skeleton

HDShabe opened this issue · comments

Development Relevant Information:

  • BalmUI version: 10.19.0
  • Browser: Chrome
  • Operating System: Windows

Hi,

When I have a ui-skeleton that has some radio buttons within it, I'm getting the following console error (I use the skeleton in other places and don't get the error, and removing the radio button group to test stops the errors)

balm-ui.esm.js:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'querySelector')
at t.get (balm-ui.esm.js:1:370919)
at Object.registerInteractionHandler (balm-ui.esm.js:1:370560)
at t.registerRootHandlers (balm-ui.esm.js:1:53603)
at t.init (balm-ui.esm.js:1:51720)
at t.e (balm-ui.esm.js:1:47563)
at new t (balm-ui.esm.js:1:60261)
at t.createRipple (balm-ui.esm.js:1:370771)
at new t (balm-ui.esm.js:1:369392)
at balm-ui.esm.js:1:371988

Any ideas?

Cheers!

Seem to have created this ticket twice, apologies!