Skip to content

Commit 316118c

Browse files
Remove incorrect docs deprecation
1 parent 42a468f commit 316118c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/react/guides/migrating-to-v5.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ Custom loggers were already deprecated in 4 and have been removed in this versio
177177

178178
We have updated our browserslist to produce a more modern, performant and smaller bundle. You can read about the requirements [here](../installation#requirements).
179179

180-
### Supported Bundlers
181-
182-
We have removed the legacy `.esm.js` output, which was used by bundlers which didn't recognise the modern `.mjs` extension such as Webpack v4. If you are still using Webpack v4, you can continue to use TanStack Query v4, or upgrade to Webpack v5 or another bundler.
183-
184180
### Private class fields and methods
185181

186182
TanStack Query has always had private fields and methods on classes, but they weren't really private - they were just private in `TypeScript`. We now use [ECMAScript Private class features](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields), which means those fields are now truly private and can't be accessed from the outside at runtime.

0 commit comments

Comments
 (0)