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
We sometimes extend react datasheet by extending the underlying default behaviour.
But when doing this from typescript, it doesn't seem to be able to find the components to import them. I don't really understand what's going on with it, but I note that they aren't listed in the types folder, only the interfaces are.
Here is an example:
Note that the import works fine if the file is a .jsx so I think it's something to do with types.
The text was updated successfully, but these errors were encountered:
We sometimes extend react datasheet by extending the underlying default behaviour.
But when doing this from typescript, it doesn't seem to be able to find the components to import them. I don't really understand what's going on with it, but I note that they aren't listed in the
types
folder, only the interfaces are.Here is an example:
Note that the import works fine if the file is a
.jsx
so I think it's something to do with types.The text was updated successfully, but these errors were encountered: