You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a Promise instead of async/ await in TrapFocus onMount
Currently async/ await is used in TrapFocus and ends up in the
transpiled files in dist. Avoid using async/ await which requires more
complex transformation and isn't supported by tools like buble.
0 commit comments