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
Thanks for your outstanding work making a react version of Clarity. I'm trying to implement a VC UI Plugin using clarity-react. And I'm able to install and use clarity-react by following #72 and #82.
I can load and use components like Card/Table successfully. And I load the components from dist after running make under folder node_modules/@dell/clarity-react.
e.g.
import { Table } from '@dell/clarity-react/dist/tables/Table'
But when I try to use the component Modal, I got the error:
Here is the code:
Any ideas? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your outstanding work making a react version of Clarity. I'm trying to implement a VC UI Plugin using clarity-react. And I'm able to install and use clarity-react by following #72 and #82.
I can load and use components like Card/Table successfully. And I load the components from
dist
after runningmake
under folder node_modules/@dell/clarity-react.e.g.
But when I try to use the component Modal, I got the error:
Here is the code:
Any ideas? Thanks in advance.
The text was updated successfully, but these errors were encountered: