Skip to content

Commit d3d19d5

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Deleted comments on deprecated recoil.js relating to a todo list for recoil
1 parent 0c7cd47 commit d3d19d5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/app/components/PerformanceVisx.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ import BarGraphComparisonActions from './BarGraphComparisonActions';
1616
import { useStoreContext } from '../store';
1717
import { setCurrentTabInApp } from '../actions/actions';
1818

19-
/* NOTES
20-
Issue - Not fully compatible with recoil apps. Reference the recoil-todo-test.
21-
Barstacks display inconsistently...however, almost always displays upon initial test app load or
22-
when empty button is clicked. Updating state after initial app load typically makes bars disappear.
23-
However, cycling between updating state and then emptying sometimes fixes the stack bars. Important
24-
to note - all snapshots do render (check HTML doc) within the chrome extension but they do
25-
not display because height is not consistently passed to each bar. This side effect is only
26-
seen in recoil apps...
27-
*/
28-
2919
// typescript for PROPS from StateRoute.tsx
3020
interface BarStackProps {
3121
width: number;

0 commit comments

Comments
 (0)