I'm using the radio-button-group and I'm getting a 404 error logged to the console for the following url https://js.arcgis.com/4.33/@arcgis/core/assets/components/assets/radio-button-group/t9n/messages.en..... Other calls being made to messages.en.json for other components are working fine.
Hey, I'm not seeing the same 404 error, would it be possible to get a reproduction of this? Perhaps a CodePen link?
https://github.com/geoego/test-calcite-issue
Here is a repo as an example of the issue that happens when calcite is installed and used as part of the 4.33.24 @ArcGIS/map-components and when bringing in the calcite-radio-button-group.
I confirmed this issue is resolved at 4.34.2 @ArcGIS/map-components, i'm not currently able to upgrade due to some other issues. Worth noting I was able to make the 404 issue go away by using setAssetPath('https://js.arcgis.com/calcite-components/3.3.3/assets'). But I would rather not have to do that.