From 49a7f46fc897cbd8e1d7b477b9ce879dfd19e661 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 22 Sep 2023 05:01:16 +0100 Subject: [PATCH] Update src/data/question-groups/react/react.md --- src/data/question-groups/react/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/question-groups/react/react.md b/src/data/question-groups/react/react.md index 2cc1812bc..ab42ddb1d 100644 --- a/src/data/question-groups/react/react.md +++ b/src/data/question-groups/react/react.md @@ -196,7 +196,7 @@ questions: answer: use-transition.md topics: - 'Performance' - - 'Intermediate' + - 'Advanced' - question: What is the purpose of `flushSync` in React? answer: flush-sync.md topics: