#Hey everyone. Unexpected missing story example-introduction--page from referenced CSF file.

4 messages · Page 1 of 1 (latest)

graceful sandal
#

Has anyone come across this error before and if so, how did you fix it. Thanks in advance

spring grove
#

@graceful sandal I did looking for a solution 🙂

dusty tusk
graceful sandal
#

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)"],