Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Wrong source-maps #2221

Open
1 of 5 tasks
toljaEmbroker opened this issue Nov 16, 2023 · 0 comments
Open
1 of 5 tasks

[bug]: Wrong source-maps #2221

toljaEmbroker opened this issue Nov 16, 2023 · 0 comments
Labels
template: bug This issue might be a bug

Comments

@toljaEmbroker
Copy link

Which react-spring target are you using?

  • @react-spring/web
  • @react-spring/three
  • @react-spring/native
  • @react-spring/konva
  • @react-spring/zdog

What version of react-spring are you using?

9.7.3

What's Wrong?

we are using source-map-loader, and there is issue with your source-maps, they point to
"sources":["../../src/index.ts","../../src/applyAnimatedValues.ts","../../src/AnimatedStyle.ts","../../src/primitives.ts"]
but there is no src path available in the package.

We'll ignore the warnings for now, I just wanted to point this out to you.

To Reproduce

just use create-react-app or add source-map-loader to your webpack.config.js

Expected Behaviour

To include those paths in the source-maps or remove the source-maps 🤷

Link to repo

I don't have any

@toljaEmbroker toljaEmbroker added the template: bug This issue might be a bug label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
template: bug This issue might be a bug
Projects
None yet
Development

No branches or pull requests

1 participant