Open quinn opened 1 year ago
if this works seems good to me, any reason it's still in a draft?
@jquense looks like I need to refactor because its a class-based component.
Is useRef
the same as React.createRef
?
You can use createRef
in class-based components.
@bt yes, it is the same. I updated to use createRef. @jquense what is a good way to test this out?
Try running the docs but in strict mode?
@quinn Did you have any luck?
Any movement on this? Would love to clean that last error up on my logs :)
@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
Hi, can this PR be merged or does it needs more work? I face the issue it should be fixing
attempt to fix #1137