Dominik

Results 10 comments of Dominik

It feels really awkward to work with forms right now when you are trying to follow a pure stream-based approach but still have to access properties like "dirty" in a...

Afaik `yarn dedupe` is an optimization feature to reduce the size of dependencies. It should not be necessary to run this to avoid bugs caused by conflicting deps. I don't...

Any chance this will be supported?

I have the same problem with the following snippet in the payload file: ``` { "type": "button", "text": { "type": "plain_text", "text": "▶️ Check running actions" }, "style": "primary", "url":...

I have similar problems with our existing big application. We upgraded to next 13 just fine, but as soon as we enable the appDir feature it fails with `TypeError: Cannot...

> In the end I'm more and more convinced this is not a bug (the warning is self-explanatory and justified). Maybe we could document this gotcha in the migration guide...

In the meantime we are using custom wrapper components like this to work around the problem: ``` import { TextInput, TextInputProps } from 'react-admin'; /** * Simple wrapper for the...

The default value change for `enableGlobalCache` should be well documented when yarn 4 is released. This tripped me up when switching since we sync our local cache folder into our...

> Would it be possible to just make the JSON files available to existing i18n libraries instead of implementing our own `t(...)` functionality? I think that's a huge rabbit hole...

> Can you share you're code? I am having trouble setting it up. It's in a private repo of one of my customers, so I can't share it directly. I...