Closed
Description
What is the improvement or update you wish to see?
The code block components in a page can get out of sync with each other and start showing code from different frameworks. I was able to spot this in the oauth getting started page but I guess this might be happening to other pages as well.
Is there any context that might help us understand?
The code block component gives the user the option to select a framework and view only the code for the selected framework. This then makes all the other code components show the code for that framework. However in the case where the list of available frameworks doesn't stay the same for every code component in the page, this behavior creates a few issues.
- The code components always so the n-th element of the list instead of the framework that was selected:


- If the user tries to use the code component selector in a component that has more options than the other components they can potentially get out of sync.

