Egor Stambakio

Results 8 comments of Egor Stambakio

Hello @arfan-hostingshouse Introducing a backend requires implementing a connector for it. For example if you need AWS as file storage backend then AWS connector is needed. There's no connector for...

Please elaborate what improvement do you suggest

The source of this bug is inside `[email protected]` which is a dependency of `react-markdown`. In Edge 42 [DataTransfer.types](https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/types) is not an array (as it should be according to MDN), but...

## Update This should be tested again when next Edge release comes; [according to issue tracker](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18164853/) this bug should not be reproduced in future version.

**Update:** there's another cool-looking library which seems to have everything we need out of the box: https://gojs.net/latest/intro/index.html We should check it out. There are many [cool samples](https://gojs.net/latest/samples/index.html) too - with...

Demo: https://opuscapita.github.io/react-crudeditor/branches/issue-234(slash)uiComponents/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false Here spinner & notifications are moved out of crud library.

@blomqsu1 what is the desired solution? Hard-coded ids for elements or some kind of API? This is not clear. If you mean hard-coded ids then please specify a list of...

Current proposable solution: **single spinner (singleton) passed from parent app via React context.** Spinner singleton is an instance of a class, which exposes `start` and `stop` methods. Any child can...