rvion / CushyStudio

🛋 The AI and Generative Art platform for everyone
https://docs.cushystudio.com/
GNU Affero General Public License v3.0
681 stars 49 forks source link

This is creating a duplicate key error in the console. The duplicate records still appear in the completions list, but the console error persists. To replicate, open console and type 'bel' which generates a console error due to the word 'belt' being both a booru and a wildcard. #125

Open GitWilburn opened 9 months ago

GitWilburn commented 9 months ago

https://github.com/rvion/CushyStudio/blob/909404f45c4d9961fabbd759f897c87500dd3dd9/src/widgets/prompter/WidgetPromptUI.tsx#L85-L93

GitWilburn commented 9 months ago

I tried a few things to fix this by making the keys unique and just couldn't figure it out. image