jonasmerlin / astro-seo

Makes it easy to add information that is relevant for SEO to your Astro app.
MIT License
933 stars 50 forks source link

Fix missing props #5

Closed johnhenry closed 2 years ago

johnhenry commented 2 years ago

Fix ReferenceError: props is not defined

jonasmerlin commented 2 years ago

Thanks for catching and fixing this! It seems an update to Astro "broke" this (made it work the way it should), since I ran the tests and all passed, then I updated Astro and the error was thrown for the first time for me. I will need to get better at catching these things as soon as Astro updates.

johnhenry commented 2 years ago

@jonasmerli It's always funny when fixing one thing breaks something else :p.