Steve Castaneda

Results 14 comments of Steve Castaneda

When upgrading to `[email protected]`, here are the warnings I receive. ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [redacted]@0.1.0 npm WARN Found: [email protected] npm WARN node_modules/chart.js npm...

Reproduction of my error in this [repl](https://replit.com/@stevecastaneda/Chartjs-4-Date-fns-adapter-error?v=1). The chart data was just pulled from an example, but what triggers the error is when the Chart tries to use the adapter...

> Any ideas on how to work around this until there is a fix? @stevecastaneda I ended up just removing the plugin, and created the labels as strings when polling...

Maybe if `Command.Group` had the ability to accept a key for the `Command.Item` that should be focused/selected in the list? Then when you press enter, it selects it as the...