This is easier to review one commit at a time since Github is not picking up the move across folders.
I've refactored renderNonIdealState so that we render it as JSX (<RenderNonIdealState editorMosaic={editorMosaic} />) instead of calling it as a regular function (renderNonIdealState(editorMosaic)) like we were doing.
coverage: 87.602%. remained the same
when pulling 5c8cb8504ede73ef8e14b2160044d94848e2c2c2 on rtl/editors-non-ideal-state
into 3228c9ce7e64401feda59e7774689b46567618bb on main.
Ref: #1408.
This is easier to review one commit at a time since Github is not picking up the move across folders.
I've refactored
renderNonIdealState
so that we render it as JSX (<RenderNonIdealState editorMosaic={editorMosaic} />
) instead of calling it as a regular function (renderNonIdealState(editorMosaic)
) like we were doing.