nimi-app / app

Nimi main App repo. Manage your Nimi's!
https://nimi.io
Other
9 stars 2 forks source link

Blank Screen After Choosing Domain During Claims Session #185

Closed wjram2133 closed 1 year ago

wjram2133 commented 1 year ago

Bug: I'm experiencing a blank screen during a Claims session. Please see below for more information. Recreate:

Notes: Chances of recreating the bug is unpredictable, sometimes it succeeds sometimes not.

I have this trace on the error: image

wjram2133 commented 1 year ago

Unsure whether these errors still exist. Those errors look familiar. Something that's been fixed recently. I'll investigate.

wjram2133 commented 1 year ago

The issue seems to have been addressed already:

            {links?.length !== 0 && links !== undefined && (
              <ReorderGroup values={links} onReorder={(links) => setValue('links', links)}>
                {links.map((link) => (
                  <ReorderInput key={link.id!} value={link} updateLink={updateLink} removeLink={removeLink} />
                ))}
              </ReorderGroup>
            )}

CreateNimi.tsx:439

0xvangrim commented 1 year ago

Write "Closes [ADD hashtag to issue]" in the PR

adamazad commented 1 year ago

@wolframeth is this done? If so, please close it.