Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

animating-transitions demo errors on 1.0.1 #605

Closed
wallzero opened this issue Feb 14, 2020 · 1 comment
Closed

animating-transitions demo errors on 1.0.1 #605

wallzero opened this issue Feb 14, 2020 · 1 comment

Comments

@wallzero
Copy link
Contributor

The @uirouter/react demo currently throws console errors in the browser when running demo/animating-transitions.

Steps:

  • checkout @uirouter/react
  • use master or switch to latest tags/1.0.1
  • yarn install
  • yarn build
  • cd ./demo/animating-transitions
  • yarn install
  • yarn start

Browser console:

index.js:2178 Warning: Failed prop type: The prop `parentUIView` is marked as required in `Sref`, but its value is `undefined`.
    in Sref
    in UISref (at Menu.js:6)
    in div (at Menu.js:5)
    in Menu (at index.js:27)
    in div (at index.js:26)
    in UIRouter (at index.js:25)
    in App (at index.js:39)

Warning: Failed prop type: The prop `addStateInfoToParentActive` is marked as required in `Sref`, but its value is `undefined`.
    in Sref
    in UISref (at Menu.js:6)
    in div (at Menu.js:5)
    in Menu (at index.js:27)
    in div (at index.js:26)
    in UIRouter (at index.js:25)
    in App (at index.js:39)
@christopherthielen
Copy link
Member

fixed in 3520596

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants