ErrorState π
Usage
import { ErrorState } from '@bluebase/core';
// Then somewhere in your app:
<ErrorState retry={retryCallback} error={Error('Bang!')} />Properties
Last updated
Was this helpful?
import { ErrorState } from '@bluebase/core';
// Then somewhere in your app:
<ErrorState retry={retryCallback} error={Error('Bang!')} />Last updated
Was this helpful?
Was this helpful?