-
Notifications
You must be signed in to change notification settings - Fork 12
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
Transition frontend to React 18, update dependencies #971
Labels
enhancement
this label means that resolving the issue would improve some part of the system
frontend
bug is related to frontend
Comments
myrix
added
enhancement
this label means that resolving the issue would improve some part of the system
frontend
bug is related to frontend
labels
Apr 6, 2023
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
May 19, 2023
nataliauvarova
added a commit
that referenced
this issue
May 19, 2023
#971: remove componentWillReceiveProps
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
May 29, 2023
nataliauvarova
added a commit
that referenced
this issue
May 29, 2023
#971: fix Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
vmonakhov
pushed a commit
that referenced
this issue
May 31, 2023
vmonakhov
pushed a commit
that referenced
this issue
May 31, 2023
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
Jun 15, 2023
nataliauvarova
added a commit
that referenced
this issue
Jun 15, 2023
#971: fix /edit_translations for react 18
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
Jul 14, 2023
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
Jul 17, 2023
nataliauvarova
added a commit
that referenced
this issue
Jul 17, 2023
#971: fix error on page /distance_map (for react 18)
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
Aug 25, 2023
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
Sep 6, 2023
nataliauvarova
added a commit
that referenced
this issue
Sep 6, 2023
#971: Transition frontend to React 18, update dependencies
nataliauvarova
added a commit
to nataliauvarova/lingvodoc-react
that referenced
this issue
Oct 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
this label means that resolving the issue would improve some part of the system
frontend
bug is related to frontend
We should update frontend to work with React 18, to have the ability to use new features like useTransition, and update any other frontend dependencies accordingly.
There is also the need to refactor most of the frontend parts using deprecated and outdated facilities and features, like e.g. #827, though that should probably be a separate issue.
The text was updated successfully, but these errors were encountered: