From 24caedcf95ed54dc6e2617029c396eb9c3381478 Mon Sep 17 00:00:00 2001 From: ymekuria Date: Thu, 27 Jun 2024 02:06:10 -0600 Subject: [PATCH] feat(actions-and-reducers.mdx): add warning against production use --- .../writing-a-zkapp/feature-overview/actions-and-reducer.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx b/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx index 91390c34b..b265d7c76 100644 --- a/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx +++ b/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx @@ -15,6 +15,7 @@ keywords: --- :::caution Warning +Actions and Reducers are still in development and currently are not safe to use in production applications. When creating updates to unknown accounts in a reducer function, care should be taken to avoid introducing security vulnerabilities.