When rendering a root nav, isInline is undefined. This is confusing.
Since root is a special case, we should either:
- Set both
isInline AND isStack to true or
- Add another prop called
isRoot
In the meantime, users can get around this by checking route === 'root'