How to use react components in Vendure Admin UI Extensions? #2902
Answered
by
michaelbromley
frolkmedia
asked this question in
Q&A
-
I followed the guide from the documentation and created an empty component. But it doesn't build. My component
my config
Component registration
Errors
|
Beta Was this translation helpful? Give feedback.
Answered by
michaelbromley
Jun 17, 2024
Replies: 1 comment
-
Hi, You'll need to install the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
frolkmedia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
You'll need to install the
@types/react
package to resolve this. I'll make sure to add this to the docs.