You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.playground.$agentParam/route.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -393,6 +393,7 @@ function PlaygroundChat() {
393
393
394
394
constsession=transport.getSession(chatId);
395
395
396
+
/* oxlint-disable react/react-compiler -- The transport and chat ID are stable for this component's lifetime. */
396
397
consthandlePreload=useCallback(async()=>{
397
398
setPreloading(true);
398
399
try{
@@ -403,6 +404,7 @@ function PlaygroundChat() {
403
404
setPreloading(false);
404
405
}
405
406
},[transport,chatId]);
407
+
/* oxlint-enable react/react-compiler */
406
408
407
409
consthandleNewConversation=useCallback(()=>{
408
410
// Navigate without ?conversation= so the loader returns activeConversation=null
0 commit comments