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
There's an error logged by Vue when building in production mode that causes the application to exit and not build. This error only occurs when building in production.
There's no return value for the customResultHandler field in the VueAxeOptions interface. This is required by tsc.
Since this fix is so easy I'll put a PR to fix it.
The text was updated successfully, but these errors were encountered:
There's an error logged by Vue when building in production mode that causes the application to exit and not build. This error only occurs when building in production.
There's no return value for the
customResultHandler
field in theVueAxeOptions
interface. This is required bytsc
.Since this fix is so easy I'll put a PR to fix it.
The text was updated successfully, but these errors were encountered: