diff --git a/docs/pages/docs.md b/docs/pages/docs.md index d239bf8..f9a29d1 100644 --- a/docs/pages/docs.md +++ b/docs/pages/docs.md @@ -620,6 +620,8 @@ So taking the above counter example, enable the inferred observability behavior +#### Signals Support + It is required to setup `Signal` as a global in the browser, and add import maps for the polyfill and WCC's `effect` function in the `
` of your HTML page(s): @@ -646,7 +648,26 @@ It is required to setup `Signal` as a global in the browser, and add import maps -Some notes / limitations: +For TypeScript support, you'll need to expose the Signal type-definition globally: + + + +