While configuring AlphaTab for React, my display shows nothing. What am I missing?
I want to display a guitar tab in my React app using the AlphaTab package (npm @coderline/alphaTab). I’ve been converting my App.js file from this Vite version provided as a sample from their website (https://github.com/CoderLine/alphaTabSamplesWeb/blob/main/src/vite-react/src/App.tsx). I’ve found issues with a file named alphatab.core.mjs, which led me down this webpack rabbit hole. There is limited documentation for this package, and I feel like I’ve reached a wall.