Reporting issues
During the private beta, we want to help you resolve issues quickly. The most effective way to report problems is by sharing your component library. Follow the steps below to provide the information we need to assist you.
Issue: Library won’t share to Webflow
Bundle your library
Bundle your library using the Webflow CLI command. This will generate a dist
folder in the root of your project with your bundled library.
Note: The public path is required to serve your library.
Issue: Components aren’t rendering correctly in Webflow
Disable minification
Use development mode in Webpack to get readable error messages:
Zip your project (Optional)
Optionally, you can zip your project to share it with the Scaled Design team.
Do not include sensitive files and large folders
Do not include the node_modules
folder, nor your .env
file or any other sensitive files.
Submit feedback
Submit your feedback through the Slack workflow in the #ext-beta-code-components
channel, including:
- Repository link / zip file
- Browser console errors
- Steps you’ve already tried
- Additional context:
- Are other Code Component Libraries installed on the site?
- Did components work before but stopped after code changes?
- Did components work before but stopped after CLI updates?
- Are components rendering partially (content shows but styles don’t)?