🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
bun run build
$ vite build
vite v5.4.2 building for production...
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
node_modules/@tanstack/react-query/build/modern/useBaseQuery.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
transforming (176) node_modules/@noble/curves/esm/abstract/edwards.jsDeprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
Describe the bug
My project is a react vite project with these dependencies:
I see this :
Your minimal, reproducible example
haven't
Steps to reproduce
bun run build
Expected behavior
no warnings when building
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
i'm building from a mac
Tanstack Query adapter
react-query
TanStack Query version
5.59.0
TypeScript version
5.5.4
Additional context
No response