This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Description
Documentation Feedback
With the new version of Stencil, which we have upgraded in all our components, passing window to defineCustomElements(window) isn't mandatory anymore and is even more convenient without, as prerendering, like with Gatsby, might not have access to window.
That's why the goal of this task is to replace all defineCustomElements(window) in the documentation (docs project) with defineCustomElements().