Currently, I am working on integrating storybook with antdv. However, when importing a tsx file that contains jsx within the button.stories.js file, I encountered an error stating "ReferenceError: React is not defined". You can view the error here. It is important to note that this project does not involve React at all; it is actually a Vue.js project. The tsx and jsx files are essentially Vue.js files since they utilize Vue.js features.
Any assistance or advice would be greatly appreciated.