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
Failed prop type: The prop `parentUIView` is marked as required in `Sref`, but its value is `undefined`.
This can be seen by updating the typescript example to webpack 4 and launching it. This is due to the PropType claiming the parentUIView context prop is required, but it is actually optional in the UISref code.
The text was updated successfully, but these errors were encountered:
This can be seen by updating the typescript example to webpack 4 and launching it. This is due to the PropType claiming the
parentUIView
context prop is required, but it is actually optional in the UISref code.The text was updated successfully, but these errors were encountered: