giuseppelt / feelback-integrations

Feelback SDKs, integrations libraries and samples
https://www.feelback.dev
MIT License
33 stars 1 forks source link

`feelback-integrations/samples/astro-starlight` crashing on `pnpm dev` #4

Closed robmunger closed 7 months ago

robmunger commented 7 months ago

Hi, I attempted to sample feelback-integrations/samples/astro-starlight. After running pnpm install and pnpm dev, I got a flurry of errors and the dev server wouldn't load on localhost.

Is it possible that the Astro integration needs an update for newer versions of Astro?

I also had similar bugs when I followed your Astro-Starlight integration tutorial in my own code, but I thought the sample project would be easier for you to test.

Thanks for what looks like a great product. Hoping I can get it working...

giuseppelt commented 7 months ago

Sorry. Yeah I think you're right. I'll have a look and update them with the latest version of astro/starlight.

robmunger commented 7 months ago

Much appreciated! Astro has had a lot of development recently and I'm really looking forward to trying my feelback widget out.

giuseppelt commented 7 months ago

Hi, just pushed d2e7a8f7506b743a063146b5d5d28e55cc41dedb. I updated the samples/astro-starlight to the latest version with the new method to override components.

Just take a look at astro.config.mjs on how the new integration works.

I will update the documentation in the next days.