Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created June 7, 2018 17:00
Show Gist options
  • Save bobsilverberg/a5f6ad4233c7c985840b58bd4c5c2ddf to your computer and use it in GitHub Desktop.
Save bobsilverberg/a5f6ad4233c7c985840b58bd4c5c2ddf to your computer and use it in GitHub Desktop.
Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ src/amo/components/AddonsCard/index.js:19:18
Property notes is missing in AddonType [1] but exists in CollectionAddonType [2].
16│
17│ type Props = {|
18│ addonInstallSource?: string,
[1][2] 19│ addons?: Array<AddonType> | Array<CollectionAddonType> | null,
20│ children?: React.Node,
21│ className?: string,
22│ editing?: boolean,
Found 1 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment