Open bobbykolev opened 1 month ago
Plan for the upgrade:
@mui/styles
is legacy and not compatible with React 18. Before the upgrade it should be replaced with @mui/system
- migration doc. Some of the places it is used are deprecated components, so we need to discuss if we should rework the deprecated component or replace its usages with the new alternative.xstate
should also be migrated first from v4 to v5 - it is used just in few places in the application, so maybe discuss if we need it at all. react-chat-widget
- it has forked version that works with React 18 - https://www.npmjs.com/package/react-chat-widget-react-18 - discuss if we want to use this or another alternative.@testing-library
.
Description
As a user I want more performant application. As a developer I want up-to-date technology.
Acceptance criteria
Additional Context
⚠️ Convert to spike if there are breaking changes or dependencies and the upgrade requires more than a day.
Screen shots / UX designs / data that are relevant.
Areas that will be affected
Enitre web client.