kkh975

Results 6 issues of kkh975

My Express App is ```js // index.ts import express from 'express'; const app = express(); app.get('/', (req, res) => { res.status(200); }); app.listen(3000); export default app; ``` and test is...

![스크린샷 2021-05-31 오후 4 45 04](https://user-images.githubusercontent.com/1680132/120159056-c20fd100-c22f-11eb-9509-28284d4c916a.png) my options... ```jsx 'black', labelColor: () => 'black', propsForLabels: { fontSize: '11', }, }} withHorizontalLabels={false} withInnerLines={false} withOuterLines={false} bezier style={{ paddingRight: 0, }} /> ```

### Documented behaviour MediaControl ### Actual behaviour I ran the default sample App in this project, but I can't see any buttons like play, pause, etc. in the control center....

I use [email protected], [email protected] and [email protected]. But sometimes, useResizeDetector behaves like this when the route changes. > Can't perform a React state update on a component that hasn't mounted yet....