GitXplorerGitXplorer
h

remix-validated-form-ts-error

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

remix-validated-form TS error

Run

$ npm install
$ npm run typecheck
node_modules/remix-validated-form/dist/index.d.ts:165:33 - error TS2304: Cannot find name 'FORM_DEFAULTS_FIELD'.

165     [formDefaultsKey: `${typeof FORM_DEFAULTS_FIELD}_${string}`]: any;