Dylan:Yeah, tags will be one option of doing it. What I was originally thinking when I saw the question come through was that it could be on you, the Losant user, to set up your application in a way that you would use unique URL-friendly names for your resources. And you could use...
that means (in my case) using: {this.props.children.map(scene => React.createElement(scene.component))} instead of: {this.props.children} in {App}. I think it would be a good idea to mention this workaround in the docs as nested layouts are very common (drawers, sidebars...). E....