We are developing a standalone SPA.
It integrates with Hubspot, of course
We started from a poc actually running as a custom card.
We want to keep the same UI, so we are trying to
- Intsall: npm i @hubspot/ui-extensions
-
import { Text } from “@hubspot/ui-extensions”;
-
<Text>Prova</Text>
At runtime we face this error
What the trick to use component library in a SPA (we are using next 15 to be exact) ?
