Procházet zdrojové kódy

docs: remove `extraData` note from migration guide (#5219)

It's not an actionable item, and that change is unlikely to break
anyone anyway.

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Mikael Finstad před 10 měsíci
rodič
revize
d1094e1582
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      docs/guides/migration-guides.md

+ 0 - 3
docs/guides/migration-guides.md

@@ -19,9 +19,6 @@ These cover all the major Uppy versions and how to migrate to them.
   - The static `authProvider` property has been renamed to `oauthProvider`.
 - Endpoint `GET /s3/params` now returns `{ method: "POST" }` instead of
   `{ method: "post" }`. This will not affect most people.
-- The Companion [`error` event](https://uppy.io/docs/companion/#events) now no
-  longer includes `extraData` inside the `payload.error` property. `extraData`
-  is (and was also before) included in the `payload`.
 - `access-control-allow-headers` is no longer included in
   `Access-Control-Expose-Headers`, and `uppy-versions` is no longer an allowed
   header. We are not aware of any issues this might cause.