nimi-app / app

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

The Nimi Card description field gets minimum height #193

Closed 0xvangrim closed 1 year ago

0xvangrim commented 1 year ago

Description:

The description field gets bugged out.

Acceptance criteria:

wjram2133 commented 1 year ago

Unhandled Thrown Error! Cannot read properties of undefined (reading 'some') TypeError: Cannot read properties of undefined (reading 'some') at CreateNimi (http://localhost:3000/static/js/bundle.js:4130:45) at renderWithHooks (http://localhost:3000/static/js/bundle.js:406739:22) at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:410025:17) at beginWork (http://localhost:3000/static/js/bundle.js:411321:20) at beginWork$1 (http://localhost:3000/static/js/bundle.js:416284:18) at performUnitOfWork (http://localhost:3000/static/js/bundle.js:415553:16) at workLoopSync (http://localhost:3000/static/js/bundle.js:415476:9) at renderRootSync (http://localhost:3000/static/js/bundle.js:415449:11) at recoverFromConcurrentError (http://localhost:3000/static/js/bundle.js:414941:24) at performConcurrentWorkOnRoot (http://localhost:3000/static/js/bundle.js:414853:26) 💿 Hey developer 👋

You can provide a way better UX than this when your app throws errors by providing your own errorElement props on

wjram2133 commented 1 year ago

Sorting out other issues along the way. I have no vision of the description field before those issues are sorted.

wjram2133 commented 1 year ago

Error above is now fixed after merging /development

PR is ready at: https://github.com/nimi-app/app/pull/246