#Missing Continue Button

1 messages · Page 1 of 1 (latest)

next frigateBOT
#
Please follow the posting guidelines.

For better assistance from the community or an OpenAI team member, please follow the posting guidelines by clicking the button below.

lusty fox
#

also, could you please edit your message to follow the #1202282235877916683 ? It might get automatically deleted otherwise

sacred surge
#

can I make a new post? just delete this one

lusty fox
sacred surge
#

oh ok. I think I've found another post with similar issue

still apex
#

The issue is not related to "Stop Generating" issue discussed above.

If there is any ChatGPT frontend developer, this issue is related to version YGSDwLGlEfZt50ZUBApdx where you introduce ContentAreaApi

By replacing the following compiled JS code I fixed the issue for myself.

            (0, f.useLayoutEffect)(() => {
              i
                ? n.top.set(eV.cq.ItemActions)
                : l
                ? n.top.set(eV.cq.BannerTermsDisclaimer)
                : o
                ? n.top.set(eV.cq.BannerSignup)
-                : n.top.set(null);
+                : n.top.set(eV.cq.ItemActions)
            }, [n, i, l, o]),
sacred surge
#

care to tell how do you fix it?

sacred surge
#

I'm not really into coding stuff tho