Alexandr Goncharov
Alexandr Goncharov
You can set `maxDetail` prop to `year`. ```tsx ```
I've created a PR for this https://github.com/NginxProxyManager/nginx-proxy-manager/pull/2599
Thanks, this works. I suppose it's an issue of the Directus itself. I think we can close it.
I've faced the issue too. However, if you go with `turbo_stream` socket, it doesn't disconnect. I know it's not the best DX, but at least something ðŸ«
@pjg did you try setting up a `config.hotwire_livereload.debounce_delay_ms = 300`?
Issue with `ScheduleModule` was resolved with `rm -rf node_modules/ bun.lockb && bun i`. Thanks.