You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imported according to example import { JSONEditor, JSONEView } from 'ra-input-json';
Types script throw error that there is no types and suggest to install via npm install @types/ra-input-json but there was no types.
So I tried to create my own:
TS stop showing errors but on start of app it throw error:Error: withRef is removed. To access the wrapped instance, use a ref on the connected component
If I remove my declaration app compile and work. Please advise how can I use your module with TS.
The text was updated successfully, but these errors were encountered:
I imported according to example
import { JSONEditor, JSONEView } from 'ra-input-json';
Types script throw error that there is no types and suggest to install via
npm install @types/ra-input-json
but there was no types.So I tried to create my own:
TS stop showing errors but on start of app it throw error:
Error: withRef is removed. To access the wrapped instance, use a ref on the connected component
If I remove my declaration app compile and work. Please advise how can I use your module with TS.
The text was updated successfully, but these errors were encountered: