You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to get the name views to work on child states. From what I see, it looks like name property declared on my UIView(s) does not get passed down to the react-ui-view-adapter; it instead gets the default name ($default). I'm assuming this is why ui router is unable to render the view components.
Did you solve this problem at all? I'm having similar issues, but where the ui-view directives are placed on root elements in our index.html document. The React component simply won't render at all.
I'm unable to get the name views to work on child states. From what I see, it looks like name property declared on my UIView(s) does not get passed down to the react-ui-view-adapter; it instead gets the default name ($default). I'm assuming this is why ui router is unable to render the view components.
package.json
My route/state declarations:
I've also tried this:
UIView(s) in app.audit:
This is what the page component (AuditPage) looks like when rendered:
Please let me know if you need any more info.
The text was updated successfully, but these errors were encountered: