Jozef Repan

Results 4 comments of Jozef Repan

nope, it can be served statically with NGINX (build with CRA). It's hard to debug as package is downloaded and source is not part of the code in node_modules.

You can see the error, when you serve the demo with build:demo of the project with NGINX. Modify /etc/hosts, create some dummy domain and create NGINX config

The code is acting differently on localhost and "production" (server build) probably because of compiling. Problematic part of code is in "addItem" function if (isReact.component(DisplayItem) || isReact.element(DisplayItem)) { addComponent(srcType, imageClass,...