ebayui-core-react icon indicating copy to clipboard operation
ebayui-core-react copied to clipboard

Switch to React 18

Open darkwebdev opened this issue 2 years ago • 0 comments

  • Upgrade react@16, react-dom@16, @types/react@16
  • Remove resolution for @types/react in package.json
  • Update tests where synthetic events represented as objectContaining({ type: null }) to type: 'click' or type: 'keyDown' etc.
  • Update peerDependencies for react and react-dom
  • Make sure that storybook works
  • Update readme
  • Bump major version

darkwebdev avatar Aug 07 '23 10:08 darkwebdev