Reproducing an issue with OC whereby external dependencies error out during client side rendering.
- Install and start the processes
npm install
npm start
npm run testharness
-
Navigate to http://localhost:3000/client-side-render-with-external-deps/1.0.0/~preview
-
Observe the following error in browser console:
Error rendering component: http://localhost:3000/client-side-render-with-external-deps/1.0.0?__oc_Retry=0, error: TypeError: Cannot read property 'render' of undefined
-
Navigate to http://localhost:8080/
-
Observe that the client side scripts work as expected.