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
Merge pull request #3 from weltraumpirat/master d63f595
Bugfix: ref.current sometimes returns null on page refresh - conditional operator prevents undesired errors. 245c0ad
Bugfix: Adding selected directly to the <wired-listbox> web component results in it being rendered correctly. 59b1de3
Bugfix: Adding value directly to the <wired-item> web component results in it being rendered correctly. 0e25849
Bugfix: Adding the click handler per useCustomElement() leads to a multiplication of handlers - one eventlistener is added per render pass - and thus, a single click will cause many actions, e.g. when a form is updated via onChange() on input elements. c47b67a
Bugfix: Adding the click handler per useCustomElement() leads to a multiplication of handlers - one eventlistener is added per render pass - and thus, a single click will cause many actions, e.g. when a form is updated via onChange() on input elements. 0c445ac
Workaround to fix an issue that prevents className and style base properties from being forwarded to web components. See github.com/react/react/issues/49339e20317