-
Notifications
You must be signed in to change notification settings - Fork 657
Description
When running the api-documenter on the api.json file of the @uifabric/utilities package I get this error thrown:

When looking at the eventgroup.yml file generated I indeed see that they are the same:

... upon further digging into the package itself I found that the issue is from the EventGroup class has 2 methods with the name of raise. The only difference is that one is public static and the other one is just public.
https://github.com/OfficeDev/office-ui-fabric-react/blob/a1947a24c401056a470abcaef37694ae1c8419ef/packages/utilities/src/EventGroup.ts#L75
https://github.com/OfficeDev/office-ui-fabric-react/blob/a1947a24c401056a470abcaef37694ae1c8419ef/packages/utilities/src/EventGroup.ts#L321
Is this something that is a @uifabric/utilities package issue that needs to be addressed or api-documenter needs somehow to take that into the account?
For reference, this is what the api.json file has for both methods:
... and the error is most likely is thrown by this line in the typescript.schema.json:
https://github.com/Microsoft/web-build-tools/blob/5935e8e3d166d25777c0bd9e187267c29f6eb627/apps/api-documenter/src/yaml/typescript.schema.json#L64
cc: @natalieethell

