CushyStudio icon indicating copy to clipboard operation
CushyStudio copied to clipboard

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.

Open GitWilburn opened this issue 1 year ago • 1 comments

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

GitWilburn avatar Jan 11 '24 23:01 GitWilburn

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

GitWilburn avatar Jan 11 '24 23:01 GitWilburn