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'll double check but I think this is a false positive and type issue due to incorrect types being used. We're still using react 17, but react types may be pointing at 18 where children types changed.
Type '{ children: Element[]; }' has no properties in common with type 'IntrinsicAttributes'.ts(2559)
olympus-frontend/src/views/TreasuryDashboard/TreasuryDashboard.tsx
Line 159 in a0c889a
This will likely require a change in the component library.
This may be of use: https://stackoverflow.com/a/73288819
The text was updated successfully, but these errors were encountered: