Mustafa Alfar
Results
2
comments of
Mustafa Alfar
The solution I found is setting the width of ResponsiveContainer according to your data length and setting its overflow-x: scroll here's an example ` Your inner JSX goes here ......
Actually, it's work fine with Next-js just by adding a condition, so in the With-Redux example on Next, at store.js I've written this, export function initializeStore(initialState = exampleInitialState) { const...