Reactjs – SetState is not working on react-dropdown-tree-select
I am attempting to implement a tree dropdown in a React application using the 'react-dropdown-tree-select' package, and it worked without issue until we attempted to change the state. import React, { useState, useEffect } from 'react'; import DropdownTreeSelect from 'react-dropdown-tree-select';…