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
Lost type infos when msw.enable: false(#2) (e2bc95b)
In previous versions, when enable: false, the auto imports provided by nuxt-msw would lose type information. This could hinder type checking and potentially cause unnecessary confusion for developers. Therefore, in this update, the auto imports will be retained even when enable: false to avoid these issues.