How to call Snackbar from a ts/js file other than a component? #22132
Labels
component: snackbar
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
I have a global request error logic in a ts/js file. If the return statusCode match some condition I want to show a Snackbar/Alert.
So the Snackbar/Alert will not delcared in any componet file,and I call Snackbar/Alert whenever and wherever I need.
for example, in a js file:
Snackbar.error('my message', duration, onClose);
You can reference the Ant Design notification
The text was updated successfully, but these errors were encountered: