-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find name WithData and IWithForm. In types.d.ts #76
Comments
I came here because i noticed the same thing. |
Looks like this would be fixed in #67.. if it ever gets merged. In the meantime, if you want to use this package in an Typescript project you can install that commit directly:
|
Ah, that's really helpful, thanks |
#67 has been merged and the branch was deleted so now you may be getting an error like this:
The merge hasn't been published on NPM but you can reference the main phin repo:
If you prefer to just stick with the
|
I believe this is fixed in |
On line 27,28 2 errors:
TS2304: Cannot find name 'IWithData'.
TS2304: Cannot find name 'IWithForm'.
Fixed with changing IWithData to phin.IWithData and IWithForm to phin.IWithForm
The text was updated successfully, but these errors were encountered: