Aren Deutsch
Aren Deutsch
I have this block of code that gets data from the server: ` componentDidMount() { this.socket = socketIOClient('127.0.0.1:4000', { transports: ['websocket'] }); this.socket.on('from_server', data => { this.setState({ tension: data.real *...
Doesnt seem to help. Tried both of them. Here are the version from my package.json file "chartjs-plugin-streaming": "^2.0.0-beta.2" "chart.js": "^3.2.1", "react-chartjs-2": "^3.0.3"
> Seems like even i am getting the same issue. I am updating the data set on button click. Every time the button is clicked the old data is lost...
is there any update on that matter ?
Yes, im not sure it happens, When you release the analog stick you dont get an event fire up when it closed to zero. If i pull one of the...
have the same issue
can confirm that downgrading @size-limit/preset-small-lib to version 5.0.5 solved the problem. Thanks !