Using libraries to build widgets

1
Hello, We are using a React library to build a widget but there is an error “Circular dependency”. I attach an screenshot. Does anyone know why that’s happening?   Thank you
asked
1 answers
0

The first, second and third dependencies seem ok, they are likely ‘as designed’. My guess: you modified template-wrapper.js and made it dependent on component-base.js.

 

answered