react-toolbox / react-toolbox-themr

A tool to statically extract and generate custom themes for React Toolbox
MIT License
240 stars 24 forks source link

Improve diagnosis for non-existing components #44

Closed Satyam closed 1 year ago

Satyam commented 7 years ago

When a non-themable component is listed in the include list, such as FONT_ICON, or on a typo, the path.join that produces componentPath produces an error that gives no clue as to the actual problem. This fix detects the error, reports which is the wrong/misspelled component and lists the available ones.