Fixes
The following is now supported on native:
router.push('#')
This will be a no-op in keeping with web behavior. The motivation is for cases where the URL may be nullable:
router.push(url || '#')
The following is now supported on native:
router.push('#')
This will be a no-op in keeping with web behavior. The motivation is for cases where the URL may be nullable:
router.push(url || '#')