Jean-Baptiste Kaiser

Results 14 issues of Jean-Baptiste Kaiser

Fixes https://github.com/marmelab/react-admin/security/code-scanning/1

WIP

## Summary We currently maintain a React framework called [react-admin](https://github.com/marmelab/react-admin), and we used `@toast-ui/react-editor` to build one of our components. In this component we imported the `toastui-editor.css` file following the...

Question

**What you were expecting:** To be able to change the `emptyValue` of a `AutocompleteInput` to anything (especially to `null`), and this value to be sent to the dataProvider when I...

bug

### Describe the bug According to the [update guide](https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5), the following replacement needs to be performed on `useMutation`: ```diff - useMutation(fn, options) + useMutation({ mutationFn, ...options }) ``` Unfortunately it...

## Todo - [x] Upgrade `react-router` to 6.22.0 - [x] Rewrite `useWarnWhenUnsavedChanges` to use `useBlocker` instead of `UNSAFE_NavigationContext` - [x] Use data router in the simple demo - [x] Test...

WIP

Currently, in a List, we can: - :heavy_check_mark: enable sync with location and :heavy_check_mark: enable storing the list params, with the default props - ❌ disable sync with location and...

enhancement

**What you were expecting:** To be able to run the command ``` npx jscodeshift ./src/ \ --extensions=ts,tsx \ --parser=tsx \ --transform=./node_modules/ra-core/codemods/replace-Admin-history.ts ``` As described in the [upgrade guide](https://github.com/marmelab/react-admin/blob/next/docs/Upgrade.md#codemod-1). **What happened...

bug
v5

Hi, When using rc-tree in **controlled** mode, with some animations (with the `motion` prop), and with `expandAction="click"`, then the Tree gets stuck whenever you click on a leaf. When that...

### Version Number 7.53.0 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/gifted-panka-kctr6s?workspaceId=80f74b7c-dae1-4b05-9812-bc10dfaaf558 ### Steps to reproduce 1. Load the form 2. Leave the 'First Name' field empty 3. Click on 'Submit' 4. Notice it...

## Problem With the latest version of react-hook-form (7.53.0 at the time of writing), `useFormGroup` no longer returns validation errors correctly. This causes issues such as the TabbedForm Tab header...

RFR