Hello,
When using the Atlaskit DateTimePicker components in my Create React App 5.0.0 app, I get warnings about missing sourcemaps in @atlaskit/analytics-next-stable-react-context:
Failed to parse source map from '/repos/projectname/node_modules/@atlaskit/analytics-next-stable-react-context/src/context.ts' file: Error: ENOENT: no such file or directory, open '/repos/projectname/node_modules/@atlaskit/analytics-next-stable-react-context/src/context.ts'
Failed to parse source map from '/repos/projectname/node_modules/@atlaskit/analytics-next-stable-react-context/src/index.ts' file: Error: ENOENT: no such file or directory, open '/repos/projectname/node_modules/@atlaskit/analytics-next-stable-react-context/src/index.ts'
They’re an annoyance, but short of ejecting or using something like CRACO I can’t see a way to get rid of them. Is there any chance this’ll get fixed up soon?
Thank you!