By using ts-morph, how to find all exported React components and wrap with ErrorBoundary HOC for future easier debugging?
For debugging issue, currently I’ve got to implement some code to wrap all the (named & default) exported React components (including React components inside namespace) with ErrorBoundary HOC to find out where the issue arose from.