Eyuel Belete
Eyuel Belete
@renancleyson-dev that is not right b/c of the state management rule, For cases where you need to manage complex state interactions, integrating state management tools like Redux can provide more...
@bnewman-tech do you try to use a custom context provider that uses useMemo to be changed only on if the request query is changed
@ChristopherBanas its b/c of the rendering of safari ui i am working on it i will let u know. if u don't mind. if you try to make it work...
hi @FleetAdmiralJakob can you explain more and tell the input the output u need more like what u have tried and failed
A quick fix is ``` export function processDataByType(data: any): any { if (typeof data === "string") { return ""; } else if (typeof data === "boolean") { return data; }...
@FleetAdmiralJakob did you find a solution