Currently modals stack and their z-order is controlled by query parameter order. We now have some cross-modal navigation, but it can't update the z-order because useQueryParams doesn't re-order parameters. Probably need a custom query params hook, or some other library that does this, or explicit z-order params.
Currently modals stack and their z-order is controlled by query parameter order. We now have some cross-modal navigation, but it can't update the z-order because useQueryParams doesn't re-order parameters. Probably need a custom query params hook, or some other library that does this, or explicit z-order params.