-
**What you were expecting:**
* if no input is changed the form should still be not dirty
**What happened instead:**
* `isDirty` property using the `useFormState()` hook from react-hook-form is se…
-
# Description:
This is to keep track of the issues and new features/improvements regarding the Admin Portal revamping to REST+React app.
Let's add a comment to this issue with the details of the cha…
-
I tried adding the script using `next/script` within `layout.tsx`
```ts
import React from 'react';
import { Providers } from './providers';
import NextTopLoader from 'nextjs-toploader';
import …
-
**What you were expecting:**
After clicking the back button on dirty edit page of a resource with `warnWhenUnsavedChanges` and clicking `OK` to ignore changes, you should **go back to previous page**…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or r…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Refactoring from React to React-Admin http://docs.pulsetile.com/react-transfers-of-care.html
-
# System
This is my system:
## Yarn
When I do `yarn install` then do `yarn api` I get this error:
```
yarn api
yarn run v1.22.17
$ json-server --host 0.0.0.0 --port 6060 --watch json-server…
-
# Form Validation
Add form validation with react-hook-forms
[https://fireship.io/courses/react-next-firebase/admin-forms/](https://fireship.io/courses/react-next-firebase/admin-forms/)
-
**What you were expecting:**
useChoiceContext can be called in the scope of a ReferenceInput wrapped AutocompleteInput .
**What happened instead:**
When trying to use the useChoicesContext inside…