kkh975
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...
 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....