jdt3969
jdt3969
@cullylarson Ran into the same issue. It appears that the new esm code isn't running the _resolveFilename which is the core of this library. Based on the docs it looks...
Also looking for an update. This seems like a core bug and necessary for accessibility
My guess is that the root cause is that this package relies on directly requiring helpers from the dist folder of `@storybook/preset-create-react-app` though I haven't confirmed. Seems like one option...
@kumikumi Pulled your example repo and got the `workaround` branch to work by updating versions to what I'm using in my project. Change to these versions: ``` "@craco/craco": "7.0.0-alpha.3" "storybook-preset-craco":...