nullpaper

Results 3 comments of nullpaper

@kurkle would it be possible as OP requests to override implementations using some kind of plugin system? Writing up a custom label renderer would help solve this. Re: https://github.com/kurkle/chartjs-chart-treemap/blob/next/src/controller.js#L136

Is maintaining React compatibility a goal for Preact 11? The [release of React 18](https://reactjs.org/blog/2022/03/29/react-v18.html) 29 Mar 2022 puts the latest version of React a fair way ahead of (or diverged...

As @fabiospampinato says, the problem here is that the docs are flat-out _misleading_. From the docs https://preactjs.com/guide/v10/forms/#controlled--uncontrolled-components: > "The component doesn't manage the value itself there, but something else higher...