Replies: 1 comment
-
This is daisyUI repo (CSS library). For |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While below code is perfectly fine it throws up the error
Type error: Type 'string | Element[]' is not assignable to type 'ReactElement<BreadcrumbsItemProps, string | JSXElementConstructor> | (string & ReactElement<BreadcrumbsItemProps, string | JSXElementConstructor<...>>)'.
Type 'string' is not assignable to type 'ReactElement<BreadcrumbsItemProps, string | JSXElementConstructor> | (string & ReactElement<BreadcrumbsItemProps, string | JSXElementConstructor<...>>)'.
Beta Was this translation helpful? Give feedback.
All reactions