David Heidrich
David Heidrich
This PR adds the `MarkerWithLabel` component that allows you to create a custom marker from a react-component. Fixes #782, fixes #219 I'm unable to run the linter locally as it...
This pull requests addresses the issue described in #324.
Hi, thank's a lot for this plugin :). I'm wondering If it's possible to return the cached result only on certain error codes or even only if the client is...
Hi, If you paste something, the `onBlur` event is triggered immediately. It will then not fire after you clicked outside. Example: https://codepen.io/anon/pen/qPVQGK?editors=0010#0 1. Paste something 2. See how the alert...
If I try to rename or move a Directory, I'm getting a `File not found at path: $FolderName` Exception in both cases. The folder exists and deleting works as well....
Hi :), I was running into timing issues on async error handling (with final-form `4.18.6` and react-final-form `6.3.3`). (The promise in `onSubmit` would resolve before / at the same time...
This PR fixes #40846. It was a bit tricky to add tests here as we have to simulate a domain in the specific WebDriver. However chrome supports a flag `--host-resolver-rules`...
This pull-request will: - Prevent to register `slotRenderEnded` more then once - fix bug #141, due to changes in DFP and different browser handling of the response - fixed test...
Provides a hook for external libraries to add a ClassLoader that is able to resolve webJars outside the current Thread.