You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gaku-sei that’s pretty interesting! I can take a look at the BS changes, but can you send the affected code snippet over please so I can get an initial idea of why the talkback isn’t set?
@kitten the issue here is bs8 changed internal representation of variant from tag to TAG and 0 to _0 so dist need to be compiled with bs8 or it won't work
The new BS version seems to break, at runtime, the wonka take function:
The generated code for the take function looks something like this:
When logging, the
stage.talkback
propery is indeedundefined
😞The text was updated successfully, but these errors were encountered: