Gildas Garcia

Results 188 comments of Gildas Garcia

```js handleClick(e) { e.preventDefault(); this.props.loadData(this.state.urlDate); } ``` ?

There's no timeline for this. Feel free to open a PR to implement it

Note that for `ra-data-postgrest` to works, you must specify the following endpoint: `YOUR_SUPABASE_INSTANCE_URL/rest/v1`

I forgot to add a requirement: you have to set the `` `history` prop to use a `BrowserHistory`. ```jsx import { createBrowserHistory } from 'history'; const history = createBrowserHistory(); const...

Actually it seems to work fine on the demo with the browser history. Can you confirm it works after making the changes I suggested?

Hi and thank you for taking the time to open this PR. We won't merge because we cannot maintain this language. I invite you to publish it yourself and to...

Please provide us a small repository reproducing the problem

Please follow the issue template

Indeed and it seems that it is expected in `react-hook-form`: https://github.com/react-hook-form/react-hook-form/issues/4826