GabrielMusatMestre

Results 2 comments of GabrielMusatMestre

If I instead use the `useCounter` hook, it works correctly: ```tsx function App() { const { data } = useCounter({ metric: { count: { dataPool: { id: import.meta.env.VITE_DATA_POOL_ID } }...

Installing `vite-plugin-node-polyfills` and adding it to `vite.config.ts` seems to solve the issue