Colby M. White

Results 4 issues of Colby M. White

if you were to comment out the test that uses `instanceof`, the rest of the tests would fail due to the import being tree shaken by typescript. without the import,...

# Does the checkbox need an implementation? I took a stab at implementing an [oui-checkbox] component based on the [Checkbox proposal]. During the process however, I ended up with some...

checkbox
stale

### Summary If you forget to slap a `'use client'` on a component that ends up using `useState` or just accidentally used the `useState` in a part where you weren't...

topic/fully-integrated-dx

For an example, take a look at the [demo page](http://vitalets.github.io/combodate/). None of those dropdowns allow you to select 2016 since the default max is 2015. The default should be whatever...