We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using React Boilerplate to create an app: https://github.com/HubSpot/cms-react-boilerplate I've added Material React components to the app: https://mui.com/ When I'm using Drawer component (https://mui.com/components/drawers/) and trying to upload project to HS I get template validation error. It looks like the problem is in double curly brackets in compiled main.js file.
My HS CLI version is 3.0.10
"Dist" folder correctly uploaded to HS. JS files are not validated by HUBL template validator.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description and Context
I'm using React Boilerplate to create an app: https://github.com/HubSpot/cms-react-boilerplate
I've added Material React components to the app: https://mui.com/
When I'm using Drawer component (https://mui.com/components/drawers/) and trying to upload project to HS I get template validation error.
It looks like the problem is in double curly brackets in compiled main.js file.
My HS CLI version is 3.0.10
Steps to reproduce
Expected behavior
"Dist" folder correctly uploaded to HS. JS files are not validated by HUBL template validator.
Screenshots
The text was updated successfully, but these errors were encountered: