FRONTEND
Remix v0.5.0
RESUMEN
Minor Changes - BREAKING CHANGE: Removed `onError` option from `createContainer`. Errors thrown in event listeners now dispatch an `ErrorEvent` on the target element with `bubbles: true`, allowing them to propagate up the DOM tree. Also removed the `raise` method from the `Interaction` interfac
Descripción Detallada
Minor Changes - BREAKING CHANGE: Removed `onError` option from `createContainer`. Errors thrown in event listeners now dispatch an `ErrorEvent` on the target element with `bubbles: true`, allowing them to propagate up the DOM tree. Also removed the `raise` method from the `Interaction` interface.
Remix v0.5.0 elimina la opción `onError` y el método `raise`, lo que afecta el manejo de errores.
- Se eliminó la opción `onError` de `createContainer`, ahora los errores lanzados despachan un `ErrorEvent` en el elemento objetivo.
- Se eliminó el método `raise` de la interfaz `Interaction`.
A quién le importa
Solo si usas `createContainer` o la interfaz `Interaction`.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Remix v0.4.8
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.18.2`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.18.2)
FRONTEND
Remix v0.1.7
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.18.2`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.18.2)
FRONTEND