-
**TL;DR**: How can I detect modifier keys when a controlled `` is clicked?
```jsx
// Fires a "click" event with modifiers (e.shiftKey, etc):
console.log('shiftKey' in e)} /> // "true"
// Fires …
-
*Before* submitting an issue please:
- Check that you are using the latest version of Inferno. Either using our [CDN @ Master](http://cdn.infernojs.org/latest/inferno.js) or by checking the tags on […
-
When I use `inferno-test-utils` lib to test my inferno app, I encounter some problems that need your help.
Firstly I rendered a component use `renderIntoContainer`.
But I have some problems bloc…
-
We have a very, very rich set of types in Inferno and many types have similar names. This can make it hard to pick an appropriate type in application code.
It would be great if we could create a li…
-
This issue is a: Bug report
Is the version of `nwb` you're using installed globally or locally? Globally
Which modules are installed in your project?
```
# ochervak at Chervaks-MacBook-Pro.l…
-
**Observed Behaviour**
the `onClick` property MUST be a MouseEventHandler or undefined. Because of this behaviour, I'm unable to call my client-side functions defined in a external script.
```html…
-
Last commit was more than a year ago. How's the future of this project looking? Any prospects?
-
Some kind of this.refs issue when I tried to add basic react-bootstrap to a preact-compat project. Possibly a known issue, however I created a test project that exemplifies the problem so you can try …
-
Implement support for React.memo
Consider drop support for functional component hooks `onComponent` -API becomes useless after implementing this.
https://reactjs.org/blog/2018/10/23/react-v-16-6…
-
Why does Inferno's setState is synchronous?
### How it works now (v7.3.2):
### Result:
### How it works in React: