silverstripe / silverstripe-sharedraftcontent

Share draft page content with non-CMS users
BSD 3-Clause "New" or "Revised" License
21 stars 28 forks source link

[CWP 2.3] Browsing the CMS results in component not found errors #98

Closed robbieaverill closed 5 years ago

robbieaverill commented 5 years ago

CWP 2.3.x-dev

image

This is from browsing the CMS in a small viewport that doesn't allow split screen mode, and editing a user form page.

ScopeyNZ commented 5 years ago

This happens for me regardless of viewport size. It's using prop-types from React which has been removed. The "right" fix here is to upgrade the module to React 16.

robbieaverill commented 5 years ago

PR at https://github.com/silverstripe/silverstripe-sharedraftcontent/pull/99