Tyler
Tyler
Make sure you're adding the tag in the Document component: https://github.com/tradingview/charting-library-examples/blob/master/nextjs-javascript/pages/_document.js And depending on your version of Next.js you may need to use the custom Script tag instead: ```javascript import...
@rodrigopluz How/where are you importing the `TradingGraph` component?
I ran into this as well. Has anyone figured out how to access a hidden file input with Wallaby?
@galkahana I tried using the lock-form sample script you provided and I'm getting an error with my test file however it works fine with your sample file: `TypeError: wrong arguments,...