rtenorioh / Press-Ticket

Um sistema de tickets muito simples baseado em mensagens do WhatsApp, que permite multiusuários na mesma conta do WhatsApp.
MIT License
205 stars 134 forks source link

A lot of errors in frontend #123

Closed LucasSaud closed 8 months ago

LucasSaud commented 9 months ago

ERROR Cannot read properties of undefined (reading 'lightTheme') TypeError: Cannot read properties of undefined (reading 'lightTheme') at TicketListItem (http://localhost:3333/static/js/bundle.js:10447:82) at renderWithHooks (http://localhost:3333/static/js/bundle.js:146827:22) at mountIndeterminateComponent (http://localhost:3333/static/js/bundle.js:149156:17) at beginWork (http://localhost:3333/static/js/bundle.js:150093:20) at HTMLUnknownElement.callCallback (http://localhost:3333/static/js/bundle.js:134130:18) at Object.invokeGuardedCallbackDev (http://localhost:3333/static/js/bundle.js:134174:20) at invokeGuardedCallback (http://localhost:3333/static/js/bundle.js:134222:35) at beginWork$1 (http://localhost:3333/static/js/bundle.js:153993:11) at performUnitOfWork (http://localhost:3333/static/js/bundle.js:153114:16) at workLoopSync (http://localhost:3333/static/js/bundle.js:153093:26) ERROR Cannot read properties of undefined (reading 'lightTheme') TypeError: Cannot read properties of undefined (reading 'lightTheme') at TicketListItem (http://localhost:3333/static/js/bundle.js:10447:82) at renderWithHooks (http://localhost:3333/static/js/bundle.js:146827:22) at mountIndeterminateComponent (http://localhost:3333/static/js/bundle.js:149156:17) at beginWork (http://localhost:3333/static/js/bundle.js:150093:20) at HTMLUnknownElement.callCallback (http://localhost:3333/static/js/bundle.js:134130:18) at Object.invokeGuardedCallbackDev (http://localhost:3333/static/js/bundle.js:134174:20) at invokeGuardedCallback (http://localhost:3333/static/js/bundle.js:134222:35) at beginWork$1 (http://localhost:3333/static/js/bundle.js:153993:11) at performUnitOfWork (http://localhost:3333/static/js/bundle.js:153114:16) at workLoopSync (http://localhost:3333/static/js/bundle.js:153093:26) ERROR Cannot read properties of undefined (reading 'data') TypeError: Cannot read properties of undefined (reading 'data') at toastError (http://localhost:3333/static/js/bundle.js:14346:239) at fetchTickets (http://localhost:3333/static/js/bundle.js:14782:73)

Could you please help me fix this?
stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.