Victor
Results
1
comments of
Victor
I can help. I also had this problem. This is my decision: ``` import ReactJson from 'react-json-view' import { FC } from 'react' type TReactJsonContainer = { data: object }...