You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'name' of undefined at /Users/andrewdelprete/path/to/node_modules/documentation/src/infer/properties.js:57:63
What version of documentation.js are you using?: v13.0.0
How are you running documentation.js (on the CLI, Node.js API, Grunt, other?): CLI
The text was updated successfully, but these errors were encountered:
andrewdelprete
changed the title
Error when using ObjectSpread and $Exact flow utility type
Error when using object spread and $Exact flow utility type
Jun 2, 2020
andrewdelprete
added a commit
to andrewdelprete/documentation
that referenced
this issue
Jun 2, 2020
Fixes an issue where documentationjs breaks on build when using object
spread and Flow utility $Exact (i.g: ...Exact<Type>)
✅ Closes: documentationjs#1324
Issue:
An error is thrown on build when using the object spread + $Exact flow utility type
Example:
TypeError: Cannot read property 'name' of undefined at /Users/andrewdelprete/path/to/node_modules/documentation/src/infer/properties.js:57:63
What version of documentation.js are you using?: v13.0.0
How are you running documentation.js (on the CLI, Node.js API, Grunt, other?): CLI
The text was updated successfully, but these errors were encountered: