deepthinker250
deepthinker250
@alexisgauba It's because useAppEffect for setting close full type is called periodically. I fixed it, so it should be good now.
@alexisgauba: Liq price isn't changing sometimes when the collat ratio change because it makes another API request (getTwap for getting ethUsdcPrice) every time the slider value changes, which causes a...
@wesdse001 Add following in .babelrc ` { "presets": ["@babel/env"], "plugins": ["@babel/plugin-proposal-class-properties"] } ` And add the following in eslintConfig ` "plugins": ["@babel"] `