hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

`ErrorMessage` component should be cross-platform

Open amcclain opened this issue 8 months ago • 3 comments

We have two versions of the ErrorMessage component - one for desktop, one for mobile. This is problematic for use cases where we have an app-level comp that's cross-platform.

We should migrate to a single cross-platform component or use our "dynamics" concept to support an import that swaps between the two.

amcclain avatar Jun 13 '24 19:06 amcclain