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
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