Hello,I have a use case where I need the model call on the React side to
be able to handle multiple selectors or ignore extra selectors in the
JSON call URL. E.g. mysite.model.json and
mysite.model.param1.param2.json should both be able to render correctly
through the Page component on the react side. Adobe's documentation here
says that "Additional custom selectors can be defined and used as part
of an SPA developed for the AEM SPA SDK. However this support requires
that the model selector be t...