Skip to content

Commit ab2ebeb

Browse files
committed
forceNew button
1 parent 245b58f commit ab2ebeb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

e2e/react-router/src/routes/root.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ export default function Root() {
9393
>
9494
LDRecord.snapshot
9595
</button>
96+
<button
97+
onClick={() => {
98+
LDRecord.start({ forceNew: true })
99+
}}
100+
>
101+
LDRecord.start(forceNew)
102+
</button>
96103
<button
97104
onClick={async () => {
98105
setFlags(

0 commit comments

Comments
 (0)