a4a4136c2f
no issue - switched to using the `window.ReactDOM` instance that is created when importing the react/react-dom libraries - React stores state/component references inside of the ReactDOM instance when rendering so we need to make sure all renders use the same instance otherwise it loses track of which component a hook belongs to - cleaned up unnecessary vendor shims and `prop-types` import - `react` and `react-dom` vendor shims are unused when using the globals instead of imports - `prop-types` import+shim is not required as it's part of the `@tryghost/koenig-react` build unlike the earlier direct import of `react-mobiledoc-editor` |
||
---|---|---|
ghost/admin |