Handle workingGraphSource separetely
The workingGraphSource causes extra re-renders since it is being modified in the setWorkingGraph which forces the the useEffect in the EditPage to re-render. Examine the usage and handle it separately if needed.
The workingGraphSource causes extra re-renders since it is being modified in the setWorkingGraph which forces the the useEffect in the EditPage to re-render. Examine the usage and handle it separately if needed.