A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
fix(nav): getLength is part of the public API (#28832)
resolves #28826 BREAKING CHANGE: `getLength` returns `Promise<number>` instead of `<number>`. This method was not previously available in Nav's TypeScript interface, but developers could still access it by casting Nav as `any`. Developers should ensure they `await` their `getLength` call before accessing the returned value.
L
Liam DeBeasi committed
4fd05b6416d6d108a24737ecd348445999c65c17
Parent: 76f6362
Committed by GitHub <noreply@github.com>
on 1/16/2024, 4:54:25 PM