Update client-side-scripts.mdx#11627
Conversation
From what I understand, it's the 'connectedCallback()' method that runs each time the browser finds a custom element in the DOM.
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
ArmandPhilippot
left a comment
There was a problem hiding this comment.
Nice catch, the code snippet has been updated in #9314 but we forgot to update the steps... So, thank you! And welcome to Team Docs 🥳
Description
The 'constructor()' method is never mentioned in any piece of code in the page.
And from what I understand, it's the 'connectedCallback()' method that runs each time the browser finds a custom element in the DOM.