From 69504252de0cc40a42e7c81066f48e83822b9bae Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 16 Nov 2020 13:08:05 -0800 Subject: [PATCH] Add `antd` as dependency in scarf template Summary: Updated the scarf template to fix some urls, at `antd` by default, and avoid depending on `flipper-plugin`. Reviewed By: cekkaewnumchai Differential Revision: D24949452 fbshipit-source-id: 56b6628309d3cdf6c30acddf83dab6e493cd7c0e --- docs/extending/desktop-plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/desktop-plugins.mdx b/docs/extending/desktop-plugins.mdx index a9a4f4f1a..6347ffa53 100644 --- a/docs/extending/desktop-plugins.mdx +++ b/docs/extending/desktop-plugins.mdx @@ -32,7 +32,7 @@ It offers the following benefits to plugin authors: Since Sandy is still experimental, the public and FB plugin scaffolding tools still use the old APIs. You can opt-in to using Sandy by adding `flipper-plugin` as peer dependency to your plugin. -`yarn add --peer flipper-plugin` +`yarn add --peer flipper-plugin antd` If your project is not hosted inside the Flipper project itself, you need to add `flipper-plugin` as developer dependency as well: