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
You just have to call Store.hasModule function with non-existed nested path, deeper or equal to 3 levels (e.g. Store.hasModule(['unexistable', 'module', 'path'])
What is expected?
Correct boolean result for calling with non-existed 3 or deeper level path
What is actually happening?
Error in internal module method
The text was updated successfully, but these errors were encountered:
Version
3.6.2
Reproduction link
codesandbox.io
Steps to reproduce
You just have to call
Store.hasModule
function with non-existed nested path, deeper or equal to 3 levels (e.g.Store.hasModule(['unexistable', 'module', 'path']
)What is expected?
Correct boolean result for calling with non-existed 3 or deeper level path
What is actually happening?
Error in internal module method
The text was updated successfully, but these errors were encountered: