hunkimForks / chatgpt-arxiv-extension

A browser extension that enhance search engines with ChatGPT

Home Page:https://chatgpt4google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-question answers don't render dynamically like the one for the original prompt's answer do.

ishandutta2007 opened this issue · comments

Re-question answers don't render dynamically like the one for the original prompt's answer do.
Re-question answers pop's up in one go when the entire answer is completely fetched.
The code has been written with

useEffect(() => {
})

so ideally it should also render dynamically like the original prompt's answer. I think there is some bug there.

I fixed this ishandutta2007@6fea156

I can merge this to main once my previous pull request (#31) (for #29 or #19) gets approved, otherwise it will get mixed up.