Forum Discussion
MattV
30 days agoKhoros Staff
The orange at the bottom appears for as long as you have a valid SDK key. I think that's a bug.
You mention HTML, so I just wanted to point out that the SDK only works for handlebars and react components.
That being said, here are a few other things to check, and need to be in place for your changes to appear:
- Check the SDK version matches your community version (https://yourcommunity.com/t5/s/status/version)
- Make sure you are using the right version of node (as of this post, should be version 18)
- Run npm i to make sure you have the latest sdk installed
- Make sure all files related to the component are marked as 'changed' in your local git status
- The component itself
- The component.json
- The quilt.json the component is on
- Any other supporting files used by your component (css/pcss, text.json, etc...)
Let me know if any of that helps or if you're still running into issues.
Related Content
- 4 months ago