i am trying to implement storybook with antdv, when I import a tsx file which returns jsx inside button.stories.js, I got "ReferenceError: React is not defined" you can see error here but react is not the part of this project at all, it is a vue js project and all tsx and jsx is returned from tsx files but under the hood they are all vue js files as they use vue js features.
all kind of help is appreciated