Frederik Krautwald
Frederik Krautwald
### Reproduction https://codesandbox.io/s/strange-wilson-w6k4p ### Steps to reproduce - Use `[email protected]` - Pass `props.children` to `cloneElement`. ### Expected Behavior As per the [documentation example](https://preactjs.com/guide/v10/api-reference/#cloneelement), this should be valid. Thus, no TS...
Instead of relying on switch statements for rendering a view for a particular route, couldn’t we provide the route with a callback? ``` javascript function homeView() { return h('button.hello', 'Say...
Doesn’t this mess up React’s virtual DOM? https://github.com/hammerjs/hammer.js/blob/82dc62322ffeb7abf731ba6e3465239f581d2f3b/src/touchaction.js#L36
http://jspm.io
How can you specify defaultProps on the ownee class? ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/13446506-defaultprops?utm_campaign=plugin&utm_content=tracker%2F16182690&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F16182690&utm_medium=issues&utm_source=github).
On the _demo_ branch, in _Registration.cs_ in the **Booking.Payments** application, I experience the following error: > 'IServiceCollection' does not contain a definition for 'AddGateway' and no accessible extension method 'AddGateway'...