From dd742a10fc41839431a93b90a96ba99ac0e41448 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 22 Feb 2025 19:01:57 +0100 Subject: [PATCH] Deprecate ReactDOMStyle.make --- src/ReactDOMStyle.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReactDOMStyle.res b/src/ReactDOMStyle.res index 02b8b49..0f57b7a 100644 --- a/src/ReactDOMStyle.res +++ b/src/ReactDOMStyle.res @@ -1,6 +1,6 @@ type t = JsxDOMStyle.t -@obj +@deprecated("Please directly construct the style record instead") @obj external make: ( ~azimuth: string=?, ~backdropFilter: string=?,