Hi there,
I'm running into trouble using a lot of the components with React. Imports all work fine, but when I try to use some components (for instance, CalciteButton) in my app, I receive an error message that says:
Error: could not fetch component message bundle
I've cloned the example React repo from GitHub and all components work fine, but I can't figure out what I'm doing wrong.
Thanks!