Skip to content

Commit

Permalink
disable StrictMode via STCLI-256 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Nov 21, 2024
1 parent 51abc5b commit 23ebcaa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ import { eventsPortal } from './constants';
import { getStoredTenant } from './loginServices';

const StrictWrapper = ({ children }) => {
/*
WIP. THIS IS JUST HARDCODED FOR INVESTIGATION PURPOSES
Need to be able to pass `disableStrictMode` flag to karma tests
*/
return children;

if (config.disableStrictMode) {
return children;
}
Expand Down

0 comments on commit 23ebcaa

Please sign in to comment.