yangwawa0323
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...
When change the has optional attribute filed, the old option is keepped. In **CommonResourceModal.jsx** ```jsx Field { handleSchema( item.id, item.label, e.target.value, - e.target.value + e.target.name, + {} // For the...