Theo Bohnen

Results 5 comments of Theo Bohnen

@timocov did you try doing a yarn build instead of just yarn start? It works fine when we run it but then it fails with ```Attempted import error: 'widget' is...

This is happening on mine and it feels like the sample is pretty outdated (struggled to get it going). If you want, I think the easiest for me is to...

@timocov just to add, I've tried to create a sample from the latest create-react-app from scratch but getting different errors (it's even worse because. It's very hard to try and...

@timocov Can you please confirm that the minified file is a umd build? Do you know whether it works with webpack 4?

Ok, I created a workaround by just putting the trading view js file in a separate folder and doing an npm install so it's in node_modules and not part of...