Extra props are fine as long as they are optional: an app declaring
AppProps & { mailId?: number } is still something the shell can render with onback
alone, which is exactly the guarantee that makes a deep link optional rather than a
second entry point.
Any app component the registry can mount.
Extra props are fine as long as they are optional: an app declaring
AppProps & { mailId?: number }is still something the shell can render withonbackalone, which is exactly the guarantee that makes a deep link optional rather than a second entry point.