An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
In the app we uuse useSelector to get the state from the redux store.
Then we initialize the ressources, calendars, resourceTimeRanges and events with useState([])
The user's problem does not seem to be solvable by changing our code, neither core nor wrappers. It seems to be the React/Redux application problem.
User admits that when he uses Redux Toolkit Query (RTK), what is recommended by redux people themselves, then his app works.
Therefore, the question is whether this is really our bug, a fixable bug. We could perhaps drop a note in the React integration guid that we recommend RTK if user intends to use Redux.
Forum post
"Hi all,
we are facing some problems with connecting redux and axios.
we get our data from backend over an axios query.
In the app we uuse useSelector to get the state from the redux store. Then we initialize the ressources, calendars, resourceTimeRanges and events with useState([])
With a useEffect we refresh the state of these variables
and the return value is
"