Skip to content

Error when using object spread and $Exact flow utility type #1324

@andrewdelprete

Description

@andrewdelprete

Issue:
An error is thrown on build when using the object spread + $Exact flow utility type

Example:

type B = number

export type MyType = {
  a: string,
  ...$Exact<B>
}
> yarn documentation readme ./index.js --document-exported

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions