I have just upgraded to v7 and running into this issue.. I get the "unexpected token" errors from .tsx files..
Everything works perfectly fine in the aforementioned project folder, but when running Storybook outside of that project folder, Storybook just breaks.. when it used to work fine in v6..
Do I need to configure ts-loader in main.js? But isn't that what the .babelrc.json is for?? I'm confused..