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

Add import statement to useOutletContext example #8667

Merged
merged 3 commits into from Feb 18, 2022

Commits on Feb 17, 2022

  1. Add import statement to useOutletContext example

    I added an import for the `useOutletContext` hook API documentation example to be consistent with other examples. Also based on [this SO question](https://stackoverflow.com/questions/71165826/failing-to-access-outlet-context-in-react) the absence of the import has caused some confusion.
    BrianT1414 committed Feb 17, 2022
    Copy the full SHA
    9592c83 View commit details
    Browse the repository at this point in the history
  2. Update contributors.yml

    BrianT1414 committed Feb 17, 2022
    Copy the full SHA
    5cec0a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Update docs/api.md

    timdorr committed Feb 18, 2022
    Copy the full SHA
    34f415b View commit details
    Browse the repository at this point in the history