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: