ircam-ismm / sc-components

Web Component library for audio applications
https://ircam-ismm.github.io/sc-components/
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

sc-bang - refresh problem #34

Open b-ma opened 10 months ago

b-ma commented 10 months ago

Seems to have an new issue (introduced with Lit 3 ?) when triggering the bang from outside using the live directive

<sc-bang
  ?active=${live(state.get('event))}
></sc-bang>