File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,6 @@ import BarGraphComparisonActions from './BarGraphComparisonActions';
16
16
import { useStoreContext } from '../store' ;
17
17
import { setCurrentTabInApp } from '../actions/actions' ;
18
18
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
-
29
19
// typescript for PROPS from StateRoute.tsx
30
20
interface BarStackProps {
31
21
width : number ;
You can’t perform that action at this time.
0 commit comments