Aditya
Results
2
comments of
Aditya
I am also facing the same problem. I am using `useState` to maintain the `viewModel`. The problem is that React is not re-rendering the component as it thinks the object...
> Thanks so much for the answer! Would I ask to much for some code of how you tackled this issue please? :) import React, { useState } from 'react';...