Rafał Dzięgielewski

Results 242 comments of Rafał Dzięgielewski

This should now be fixed. - actions displayed in the default page view do not have back button next to breadcrumbs anymore, use browser's back button - actions displayed in...

Currently the only way is to use search params in the url: https://demo.adminjs.co/app/resources/Category/actions/new?name=example

I've just tried to switch to `@babel/plugin-syntax-import-attributes` and while it does work with Babel, the latest version of `ts-node` doesn't work with `with { type: xxx }` syntax and we...

Change: ``` import * as AdminJSExpress from '@adminjs/express' ``` to ``` import AdminJSExpress from '@adminjs/express' ``` This was updated only in one snippet of the docs, I'll fix it later.

AdminJS packages are ESM-only. Require exports are omitted on purpose

set module to nodenext and remove moduleResolution, your project must be esm compatible though

This repo hasn't been updated for years and shouldn't be used

I'm moving this to design system repository.

@otsec 4.0.5 should fix the problem. It is odd since the issue was related to incorrect import from `date-fns` but at the same time 4.0.4 didn't change anything related to...