I created a table with filter. every thing worked well. Later on, I wanted to change the filters from material ui to Core ui. I created one filter and tried to test it before moving. But it didn’t work. The problem that useEffect doesn’t fire no matter what. I even tried to put variable x and increment it when a
Tag: core-ui
Build a string and use it as an html object: Uncaught Error: Objects are not valid as a React child
I’m trying to build a React app. I have a dropdown menu component where each item is a combination of an array. Here is my code: Now if I look at the component, I’m not getting the html rendered. What I want each item to look like this: [f_0, f_1, f_2], where f_0 means f-subscript-0 etc. So I did some