We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62952c1 + 88e79c8 commit 8378ac5Copy full SHA for 8378ac5
1 file changed
src/pages/iou/request/IOURequestStartPage.tsx
@@ -143,7 +143,6 @@ function IOURequestStartPage({
143
}
144
setSelectedTab(lastSelectedTab);
145
// We only want to set the selected tab when selectedTab is not set yet, don't want to run this effect again when lastSelectedTab changes
146
- // eslint-disable-next-line react-compiler/react-compiler
147
// eslint-disable-next-line react-hooks/exhaustive-deps
148
}, [isLoadingSelectedTab, selectedTab]);
149
0 commit comments