We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a627e98 commit c366f12Copy full SHA for c366f12
examples/default/src/App.tsx
@@ -78,7 +78,7 @@ export const App: React.FC = () => {
78
79
useEffect(() => {
80
initializeInstabug();
81
- }, []);
+ });
82
83
84
// @ts-ignore
0 commit comments