diff --git a/packages/signal-polyfill/readme.md b/packages/signal-polyfill/readme.md index 52cb1f0..2a8294f 100644 --- a/packages/signal-polyfill/readme.md +++ b/packages/signal-polyfill/readme.md @@ -1,5 +1,7 @@ # Signal Polyfill +## ⚠️ This polyfill is a preview of an in-progress proposal and could change at any time. Do not use this in production. ⚠️ + A "signal" is [a proposed first-class JavaScript data type](../../README.md) that enables one-way data flow through cells of state or computations derived from other state/computations. This is a polyfill for the `Signal` API. @@ -137,4 +139,4 @@ export class Counter { } } } -``` \ No newline at end of file +```