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
The rdf-element component fires a quads-changed event. Even though the prop is included in exclude-knobs, it still tries to run host.syncKnob and fails with
Uncaught TypeError: Cannot destructure property 'name' of 'changed' as it is undefined.
That is because the value returned from getKnob is { knob: undefined; custom: true }.
The text was updated successfully, but these errors were encountered:
I use the API viewer element like
The
rdf-element
component fires aquads-changed
event. Even though the prop is included inexclude-knobs
, it still tries to runhost.syncKnob
and fails withThat is because the value returned from
getKnob
is{ knob: undefined; custom: true }
.The text was updated successfully, but these errors were encountered: