Leonardo Nakao
Leonardo Nakao
Do we have a expected release date?
You can try create the follow method in your Custom Vue Component: ``` findFieldByAttribute (attribute) { return this.$parent.$children.find(brotherField => brotherField.field.attribute === attribute, ); } ``` **Usage:** ``` const field1 =...
Last month NestJs release the new version 11 that uses Express v5. This problem also affects new projects with Nest.
I'm using Firebase Authentication as provider. In the `handleLogout` of my Firebase Provider I revoke the tokens from the current user and then the AdminJs destroys the session and redirect...