yangwawa0323

Results 3 comments of yangwawa0323

I got same issue, and I just use command **npx tsdx create mylib2** initial the project. the following is the error message. ```shell D:\Projects\mylib2 ([email protected]) λ yarn test --coverage FAIL...

> I did something like this: > > ```js > import React from 'react' > import MaskedInput from 'react-text-mask' > import PropTypes from 'prop-types' > > const IpMaskInput = ({...

Seem the avataaar is not compatibled with React 18.x, it using the deprecated component loading **Hooks** in class-based component. I am create a new development env by ```shell yarn create...