When clicking on "Prompt Builder" in the demo, the console logs the following error: Uncaught Error: TabsContent must be used within Tabs. This results in the entire screen turning white, making the feature unusable.
Steps to reproduce:
- Open the demo.
- Click on the "Prompt Builder" tab.
- Observe that a white screen appears and the console shows the error:
Uncaught Error: TabsContent must be used within Tabs.
Expected behavior:
- The "Prompt Builder" should load without any errors and display its content correctly.
- No console errors should occur related to TabsContent/Tabs hierarchy.
Actual behavior:
- White screen is shown.
- Console logs the error:
Uncaught Error: TabsContent must be used within Tabs.