wired-elements-react icon indicating copy to clipboard operation
wired-elements-react copied to clipboard

Update dependencies & fixed deprecation warnings

Open Laoujin opened this issue 1 year ago • 0 comments

@lit-labs@react has a new creatComponent syntax:

export const WiredInput = createComponent({
  react: React,
  tagName: 'wired-input',
  elementClass: _WiredInput,
  events: {
    onChange: 'input',
    onchange: 'input'
  }
});

I also changed rm -rf to rimraf so it works cross-platform

Laoujin avatar Apr 03 '23 22:04 Laoujin