#Hey everyone. Unexpected missing story example-introduction--page from referenced CSF file.
4 messages · Page 1 of 1 (latest)
@graceful sandal I did looking for a solution 🙂
Fixed the issue by changing the module.exports = { stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"] , to ``` module.exports = {
stories: ["../src//*.mdx", "../src//*.stories.@(js|jsx|ts|tsx)"],