We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca96bb1 commit 35f4c37Copy full SHA for 35f4c37
1 file changed
packages/react-core/src/modules/guide/context/KnockGuideProvider.tsx
@@ -37,9 +37,9 @@ export const KnockGuideProvider: React.FC<
37
colorMode = "light",
38
targetParams = {},
39
trackLocationFromWindow = true,
40
- // Whether the guide client should look for debug params from url or local
41
- // storage to launch guide toolbar. Set to true when using toolbar v1, but
42
- // plan to phase this out going forward with v2.
+ // Whether the guide client should look for debug params in url/local storage
+ // to launch guide toolbar. Set to true if using toolbar v1.
+ // TODO(KNO-11523): Remove this once we ship v2.
43
trackDebugParams = false,
44
// Default to 0 which works well for react apps as this "yields" to react for
45
// one render cyle first and close the group stage.
0 commit comments