Browse Source
Fix iOS deep link "Invalid Deep Link" error by updating parseDeepLink to use correct parameter keys from ROUTE_MAP instead of always using 'id'. - Replace hardcoded 'id' parameter assignment with dynamic lookup - Use routeConfig.paramKey for route-specific parameter names (e.g., groupId for onboard-meeting-members) - Maintain backward compatibility with fallback to 'id' for routes without explicit paramKeydidview-invalid-did-handling
1 changed files with 15 additions and 5 deletions
Loading…
Reference in new issue