Matt Hinchliffe

Results 15 issues of Matt Hinchliffe

https://twitter.com/simonleggsays/status/1089551242538426368

enhancement
question

React automatically sets capturing to true for the `change` event but since https://github.com/developit/preact/commit/727f0360c72a933eb46f16db73e7ef9217302d1d#diff-4935bb00e75b7854383877cbfd9d770f Preact favours explicitly appending `Capture` to event attributes. However this change has not yet been reflected in...

### Problem The type definition file generated for CommonJS output using `module.exports = ` syntax is not consumable by TS projects without `esModuleInterop` enabled or JS projects with type checking...

bug

**Is your feature request related to a problem? Please describe.** We have many users who wish to query data within a relative date range - for example within the last...

enhancement

Currently optionally self-closing elements such as images and line breaks are not considered equivalent. E.G. ``` js const differ = require('html-differ') let lhs = '' let rhs = '' let...

## What's the problem? We are currently generating one big stylesheet for each application using Page Kit. There are two issues with this: 1. Styles which could be reused across...

Help wanted
Client-side integration
Build tools
Performance

@chee and I have been talking about how the Origami team now publish their components onto npm as well as Bower. Several members of the customer products team are very...

wontfix
Strategy

The article page currently has a custom markup injected into the sticky header. This markup contains social and share links which replaces the MyFT logo on the right-hand side. Because...

Help wanted
New feature
Proposal

I'm opening this issue to discuss how we should provide a package capable of neatly integrating the shell and layout components into our existing applications in order to "wrap" their...

Help wanted
Question
Server-side integration

e.g. https://reactjs.org/docs/thinking-in-react.html

documentation