$ npm run build
===>
......
- info Linting and checking validity of types ..Failed to compile.
- info Linting and checking validity of types ..../components/BorrowForm.tsx:237:18
Type error: 'NumberFormat' cannot be used as a JSX component.
Its instance type 'NumberFormat<unknown>' is not a valid JSX element.
235 | </div>
236 | <div className="col-span-1">
> 237 | <NumberFormat
| ^
238 | name="amountIn"
239 | id="amountIn"
240 | inputMode="decimal"
- info Linting and checking validity of types .