parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.74k stars 1.39k forks source link

Dashboard crash when attempting to create a field with type "Object" #2411

Closed keanallen closed 1 year ago

keanallen commented 1 year ago

New Issue Checklist

Issue Description

Dashboard crashes when I tried to create a field "Object" data type.

Steps to reproduce

Try to create a new field with data type of "Object"

Actual Outcome

Dashboard turns into blank screen

Expected Outcome

I should be able to create a new field

Environment

Windows 11 x64

Dashboard

Server

Database

Logs

Browser log:

dashboard.bundle.js:2 TypeError: Cannot read properties of null (reading 'current')
    at i.value (dashboard.bundle.js:2:2456991)
    at xo (dashboard.bundle.js:2:1635810)
    at Ba (dashboard.bundle.js:2:1654403)
    at ws (dashboard.bundle.js:2:1690950)
    at fl (dashboard.bundle.js:2:1682425)
    at dl (dashboard.bundle.js:2:1682350)
    at rl (dashboard.bundle.js:2:1679380)
    at dashboard.bundle.js:2:1631153
    at t.unstable_runWithPriority (dashboard.bundle.js:2:1841656)
    at Hi (dashboard.bundle.js:2:1630862)
parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

cbaker6 commented 1 year ago

Duplicate #2373