Murilo Pereira

Results 5 comments of Murilo Pereira

Possible solution [node-minecraft-protocol-forge PR](https://github.com/PrismarineJS/node-minecraft-protocol-forge/pull/21)

> So I have a range slider with tooltips. > My problem is that I use custom onChange and value. > > ``` > className="c-range" > value={valueState} > onChange={value =>...

An workaround for this is, instead of update state in onChange, update in onAfterChange and instead of define value attribute, define the defaultValue, like this: ```js { setRDistance(val1); }} defaultValue={rangeDistance}...

> Using `-e CPU=host \` instead of Penryn may work. > > I am able to replicate the exact error that @3xr displayed above and it's only occurring when qemu...