GitXplorerGitXplorer
h

remix-validated-form-ts-error

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
df098f6b33815b587855861ccaa0ea4405b3ac62

Reproduce error

hhaines committed 2 years ago
Verified
63a7b03514bb9915cd00a16b38fcbdeb0a7459de

create-remix

hhaines committed 2 years ago

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;