unfoldingWord / gateway-translate

A tool for editing and translating text in USFM markup
MIT License
2 stars 3 forks source link

Compile time warnings (technical debt) #148

Open mandolyte opened 1 year ago

mandolyte commented 1 year ago

When running local, these two messages are shown at startup:

react.development.js?72d0:209 Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
printWarning @ react.development.js?72d0:209
warn @ react.development.js?72d0:172
createFactoryWithValidation @ react.development.js?72d0:2393
eval @ shouldUpdate.js?f4b3:18
react-dom.development.js?61bb:86 Warning: You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".