Ashot Nazaryan
Ashot Nazaryan
`onChangeComplete` shouldn't fire when the component is disabled.
Currently all NPC's face south when spawned, and there is no way to change it from what I've seen so far.
**Describe the bug** Seemingly can't get a custom dashboard to work when using `@adminjs/bundler` to generate pre-built JS files **Installed libraries and their versions** * [email protected] * @adminjs/[email protected] ``` return...
**Describe the problem feature solves** Custom actions can only return errors related to property fields **Describe the solution you'd like** Allow for a error message to be shown to the...
**Describe the problem feature solves** Right now the only way to add a button to the header of a resource/record is to use a custom action. I want to create...
**Do you want to request a _feature_ or report a _bug_?** Not sure if this is a bug, or feature request frankly. **What is the current behaviour?** ``` Module build...
After upgrading from `2.2.4` to either `2.3.0` or `2.3.1` I get this error `System.TypeLoadException: 'Method 'Serialize' in type 'SocketIOClient.Newtonsoft.Json.NewtonsoftJsonSerializer' from assembly 'SocketIOClient.Newtonsoft.Json, Version=2.2.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'`...
There seems to be a major revision, is this repo going to keep up?
Let's say I have a SweetAlert such as this ``` ``` and somewhere else I have a setState happening ``` setTimeout(() => { this.setState({fus: 'ro-dah'}); }, 5000) ``` Once the...