workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

DOESN'T WORK, but, show the imports that vite errors out on, even though they run #157

Closed SvenDowideit closed 2 years ago

SvenDowideit commented 2 years ago

@Bluskript this is a bunch of changes that vite and my IDE think are needed, but with them, we get a fatal run time error

without these changes, the code works at run time.

probably related to the 3 different vite run-time errors shown in the npm run dev cli (without this - using just UX/tokens-rebase )

SvenDowideit commented 2 years ago

this has gone away with all the fixes that hit main

thanks!