Ghost/ghost/admin/vendor/shims
Kevin Ansfield 896cd4888f Switched to dynamically loaded external react-mobiledoc-editor package
no issue

- dropped the bundled `react-mobiledoc-editor` package
- updated `<ReactMobiledocEditor>` component to pull in editor components dynamically
  - added a resource function to dynamically import the external module
  - added `Container` and `Editor` components that read from the resource function and wrap components of the same name from the external module
  - added `<Suspense>` around the `Container` and `Editor` components so that React will show a loading state whilst the external components are still being fetched
  - added `<ErrorHandler>` so we can show an error state if loading fails
2022-07-19 12:48:53 +01:00
..
prop-types.js Switched to dynamically loaded external react-mobiledoc-editor package 2022-07-19 12:48:53 +01:00
react-dom.js Added support for building/rendering react components 2022-07-19 12:48:53 +01:00
react.js Added support for building/rendering react components 2022-07-19 12:48:53 +01:00