We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What you were expecting: Proper rendering
What happened instead:
Invariant Violation You should not use <Link> outside a <Router>
Steps to reproduce: Follow the official tutorial till this section: https://marmelab.com/react-admin/Tutorial.html#mapping-api-endpoints-with-resources This also happens when I upgrade my old project to new react-admin (currently 2.8.2)
Related code:
Other information:
Environment
Invariant Violation You should not use <Link> outside a <Router> ▶ 21 stack frames were collapsed. evaluate /src/index.js:9:9 6 | import App from "./App"; 7 | 8 | const rootElement = document.getElementById("root"); > 9 | ReactDOM.render(<App />, rootElement); | ^ 10 | View compiled ▶ 10 stack frames were collapsed.
The text was updated successfully, but these errors were encountered:
looks like a dup of #3018
Sorry, something went wrong.
No branches or pull requests
What you were expecting:
Proper rendering
What happened instead:
Steps to reproduce:
Follow the official tutorial till this section:
https://marmelab.com/react-admin/Tutorial.html#mapping-api-endpoints-with-resources
This also happens when I upgrade my old project to new react-admin (currently 2.8.2)
Related code:
Other information:
Environment
The text was updated successfully, but these errors were encountered: