From 54db9c937c00bbb66c5a31c831fb2385f588be97 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 16 May 2023 19:34:36 -0400 Subject: [PATCH] react-query provides a context, so must be a singleton --- consts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/consts.js b/consts.js index d4bef6a..8566160 100644 --- a/consts.js +++ b/consts.js @@ -5,6 +5,7 @@ const singletons = { 'react': '^17.0.2', 'react-dom': '^17.0.2', 'react-intl': '^5.7.0', + 'react-query': '^3.39.3', 'react-redux': '^8.0.5', 'react-router': '^5.2.0', 'react-router-dom': '^5.2.0',