Details
-
Bug
-
Resolution: Obsolete
-
Medium
-
1.1.2
-
None
-
None
-
-
Empty show more show less
-
HL & LD 41
-
2
Description
Steps to reproduce
- Run a nextjs project - for example the nextjs-ssr-minimal project on the nextjs branch of this demo project: https://git.magnolia-cms.com/projects/DEMOS/repos/minimal-headless-spa-demos/browse?at=refs%2Fheads%2Fnextjs
- Look in browser console
.. Logs, screenshots, gifs...
Expected results
No warnings.
Actual results
Warnings in browser console when page loads:
Warning: Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code.
See https://reactjs.org/link/unsafe-component-lifecycles for details.
* Move data fetching code or side effects to componentDidUpdate.
Please update the following components: EditablePage
Workaround
unknown
Development notes
This might only be visible on nextjs project because it is running in "strict" mode by default?
Checklists
Acceptance criteria
Attachments
Issue Links
- is superseded by
-
MGNLFE-131 Broken preview. Support navigation to other pages in external SPA - Vue & Angular
-
- Closed
-