NEUROFUSIONInc / fusion

The simplest way to do brain and behaviour research - right in your browser or mobile phone. Discord: https://discord.gg/sqsuzXWE3K
https://usefusion.ai/research
GNU Affero General Public License v3.0
34 stars 6 forks source link

{mobile} When a new prompt is added, the insights page doesn't automatically update prompt list #140

Closed oreHGA closed 10 months ago

oreHGA commented 10 months ago

@KelechiOdom10 & I tried useMemo for this but it didn't work.. it needs some detailed effort.

We also need to switch to using usePromptResponseQuery

oreHGA commented 10 months ago

Work around for this is to have a renderDropdown state that toggles the display of the dropdown. This forces the select component to take new information. It's tacky but it works. We'll have to live with this under something better comes along