Quinn Shanahan

Results 45 comments of Quinn Shanahan

main as convention has broad adoption. Please rename the main branch to be called ... main.

Any updates on this? we are also seeing this error.

I think the current behavior is counterintuitive enough to be considered a bug. for example, if you have an enum field like: ``` enum Currency { USD @map("usd") EUR @map("eur")...

to be specific, it doesn't apply to the taskbar foreground color.

@jquense looks like I need to refactor because its a class-based component.

@bt yes, it is the same. I updated to use createRef. @jquense what is a good way to test this out?

@astralmedia PR should work, I haven't had a chance to run the docs in strict mode as advised

also, I can't see why the build failed? says, expired

getting this error when I try to run docs: ``` node:internal/crypto/hash:71 this[kHandle] = new _Hash(algorithm, xofLen); ^ Error: error:0308010C:digital envelope routines::unsupported ```

It looks like they may have added a workaround: https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md#440-2020-05-05