lsbyerley
lsbyerley
@ZachHaber do you mind expanding on how you setup a custom `Alert` toast? I am looking to add one as well
@ZachHaber thanks for the detailed example! I think I may try to hold out for v2 and just style the default toast as an alert for now. Not sure when...
@JaredDahlke did you ever resolve this? I am also seeing this error when trying to write a unit test for a component using `toast.promise`
@mrjatinchauhan I agree, an "X" button/icon should be an available opt-in option. There is currently an option to set the duration. You can set the default duration for all toasters...
Having the same issue with `copy-webpack-plugin` ``` UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'PROCESS_ASSETS_STAGE_ADDITIONS' of undefined ```
@Mada75 @nxlouie @Gene-Dana have any of you had any luck converting the firebase functions to async/await? In my experience, they still work fine, but catching errors doesn't work as expected....
Thanks @Mada75.. strange and upsetting they don't support async/await yet.
I am running into this same issue, but using `await syncWallet.resolveAccountId();` does not create an account id for me. When I run that function i get `Error: Can't resolve account...
> You need to deposit some eth into the zksync account and that will indeed give you an accountId https://github.com/matter-labs/zksync-docs/blob/master/docs/api/sdk/js/tutorial.md#depositing-assets-from-ethereum-into-zksync
@justin-schroeder unfortunately I can't seem to reproduce it consistently either. Been trying in the same sandbox as well even though thats where i captured the screenshot from. I think the...