From 8600a37c2f120fd218bfdcd343668d9bad6fb6d3 Mon Sep 17 00:00:00 2001 From: brock-statsig <146870406+brock-statsig@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:22:28 -0800 Subject: [PATCH] Update faq.mdx (#2452) --- docs/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index b8170eb53..f267e26a1 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -88,7 +88,7 @@ const assignments = statsig.getClientInitializeResponse(userObj, "client-key", { ### What happens if I check a config with a non-existent name? -You'll receive default values - false for feature flags, and the in-code defaults for experiments or layer parameters. You should expect to see "Unrecognized" evaluation reasons - see our [Debugging Section](/sdk/debugging#evaluation-reason) +You'll receive default values - false for feature flags, and the in-code defaults for experiments or layer parameters. You should expect to see "Unrecognized" evaluation reasons - see our [Debugging Section](/sdk/debugging#evaluation-reason). This behavior will be the same on a non-existent config vs. one that is deleted, one that is archived, or one that your current SDK instance can't see because of [target apps](/sdk-keys/target-apps/). ---