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
In MyDataHelpsUI, because cards automatically disappear when their contents disappear, it's important that any components that should be hidden don't just render as an empty div
This results in an extra space in the UI when you're on native
I think we just need to stick the "PlatformSpecificContent" on the outside here or something...but not sure if that would quite work with view builder with the innerRef being attached to the child. So maybe this just needs to do the platform check itself
The text was updated successfully, but these errors were encountered:
In MyDataHelpsUI, because cards automatically disappear when their contents disappear, it's important that any components that should be hidden don't just render as an empty div
App Download currently appears to be doing that:
https://github.com/CareEvolution/MyDataHelpsUI/blob/main/src/components/container/AppDownload/AppDownload.tsx#L43-L44
This results in an extra space in the UI when you're on native
I think we just need to stick the "PlatformSpecificContent" on the outside here or something...but not sure if that would quite work with view builder with the innerRef being attached to the child. So maybe this just needs to do the platform check itself
The text was updated successfully, but these errors were encountered: