Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to React 18 #240

Open
darkwebdev opened this issue Aug 7, 2023 · 0 comments
Open

Switch to React 18 #240

darkwebdev opened this issue Aug 7, 2023 · 0 comments
Labels
enhancement New feature or request tech debt The update/fix/change is overdue
Milestone

Comments

@darkwebdev
Copy link
Collaborator

darkwebdev commented Aug 7, 2023

  • 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 darkwebdev added this to the v6 milestone Aug 7, 2023
@darkwebdev darkwebdev added the enhancement New feature or request label Aug 7, 2023
@darkwebdev darkwebdev added the tech debt The update/fix/change is overdue label Jan 10, 2024
@darkwebdev darkwebdev modified the milestones: v6, v7 Jan 10, 2024
darkwebdev added a commit that referenced this issue Apr 5, 2024
darkwebdev added a commit that referenced this issue Apr 5, 2024
HenriqueLimas pushed a commit that referenced this issue Apr 26, 2024
* [#321] create folders in storybook, add more types in stories

* [#120] remove knobs from storybook

* [#120] replace storyshots/snapshots with unit tests

* [#120] fix TS errors

* [#120] regenerate yarn.lock to fix errors

* [#120] fix lint/format errors

* [#120] add jest types

* [#120] add workaround to avoid weird node error during build

* [#120] fix storybook static build

* [#120] remove unused storybook-deployer

* [#120] fix storybook static build script

* [#240] Upgrade React to v18

* [#240] remove unused import

* Update peerDepedency

* Remove test.skip

---------

Co-authored-by: hlimas <hlimas@ebay.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tech debt The update/fix/change is overdue
Projects
None yet
Development

No branches or pull requests

1 participant