Fixed the type issue by omitting type from ToastOptions in the latest shared-ui build. This PR fixes the TypeScript error so we can continue deploying.
~Can't figure out why the loading prop is not working. ToastType clearly contains it and everything in the shared-ui lib looks fine. Typescript accepts it when passed directly to Toast, but not when used in showToast. The UI works as expected. This PR temporary fixes it so that we can continue deploying.~
Testing
[x] Works locally
[ ] Fleek - deploy previews stopped running, can't test
Fixed the
type
issue by omittingtype
fromToastOptions
in the latestshared-ui
build. This PR fixes the TypeScript error so we can continue deploying.~Can't figure out why the
loading
prop is not working.ToastType
clearly contains it and everything in the shared-ui lib looks fine. Typescript accepts it when passed directly toToast
, but not when used inshowToast
. The UI works as expected. This PR temporary fixes it so that we can continue deploying.~Testing