Skip to content

Commit 35f4c37

Browse files
committed
add ticket number to todo again
1 parent ca96bb1 commit 35f4c37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-core/src/modules/guide/context/KnockGuideProvider.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ export const KnockGuideProvider: React.FC<
3737
colorMode = "light",
3838
targetParams = {},
3939
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.
40+
// Whether the guide client should look for debug params in url/local storage
41+
// to launch guide toolbar. Set to true if using toolbar v1.
42+
// TODO(KNO-11523): Remove this once we ship v2.
4343
trackDebugParams = false,
4444
// Default to 0 which works well for react apps as this "yields" to react for
4545
// one render cyle first and close the group stage.

0 commit comments

Comments
 (0)