Skip to content

Commit

Permalink
remove faq section
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Jan 14, 2025
1 parent 10eb54f commit ef71b58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ title: "FAQ"
- [How can I customize forms depending on its inputs values?](#how-can-i-customize-forms-depending-on-its-inputs-values)
- [UI in production build is empty or broken](#ui-in-production-build-is-empty-or-broken)
- [My Resource is defined but not displayed on the Menu](#my-resource-is-defined-but-not-displayed-on-the-menu)
- [Can I use react-router v7?](#can-i-use-react-router-v7)

## Can I have custom identifiers/primary keys for my resources?

Expand Down Expand Up @@ -168,7 +167,3 @@ export const MyMenu = () => (
</Menu>
);
```

## Can I use react-router v7

You can use react-router v7 with React-admin. Note that some package managers may require you to add [overrides (NPM)](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides) or [resolutions (Yarn)](https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/) in order to avoid dependencies conflict with React-admin.

0 comments on commit ef71b58

Please sign in to comment.