hoist-react
hoist-react copied to clipboard
`ErrorMessage` component should be cross-platform
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.