Closed feliun closed 7 years ago
When a systemic starts with some missing dependencies the error that bubbles up is not very clear:
TypeError: Cannot match against 'undefined' or 'null'
Ideally you want to see what component is failing and with which dependency.
Was this caused by the require-all bug you found? There's a test for reporting missing dependencies so I assume so.
Fixed.
When a systemic starts with some missing dependencies the error that bubbles up is not very clear:
Ideally you want to see what component is failing and with which dependency.