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
i'm getting the following error: TypeError: Property parameters expected type of array but got object when trying to convert some flow files. i've narrowed it down to the following code
i'm getting the following error:
TypeError: Property parameters expected type of array but got object
when trying to convert some flow files. i've narrowed it down to the following codei think it is related to this line in the plugin: https://github.com/Kiikurage/babel-plugin-flow-to-typescript/blob/master/src/converters/convert_flow_type.ts#L330
commenting out those two function definitions results in a successful compilation
The text was updated successfully, but these errors were encountered: