Issue with peer dependencies of @docsearch/react
#1272
Labels
Needs investigation
Investigation is planned but not started yet
@docsearch/react
#1272
Ref.: vuejs/vitepress#472 (comment)
@docsearch/js
is using@docsearch/react
withpreact
, but@docsearch/react
wantsreact
,react-dom
,@types/react
as its peer dependencies, which is throwing warnings.peerDependenciesMeta
can be used to mark react (peer)dependencies in@docsearch/react
as optional. (It is supported by latest versions of npm, yarn, pnpm.)The text was updated successfully, but these errors were encountered: