-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛 Bug]: Applications crash when the filter component fails to match values. #277
Comments
I would like to work on this issue if everything sounds good. |
Feel free to work on it @ashrafchowdury. Instead of an error message, it's better to populate empty values of display an empty state. |
I got it. It would be great if you could assign the issue to me so I can start working on it freely. |
Hay @arielweinberger, I am encountering errors while attempting to run the application locally. I have carefully followed the local setup guide, but I am still unable to start the project. Get this error after running Should I have to set any environment variables to run the project? |
我也遇到了PS D:\woker\pezzo\pezzo> npx nx serve console
Nx will continue running, but nothing will be written or read from the remote cache.
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
Nx will continue running, but nothing will be written or read from the remote cache.
Environment variables loaded from .env ✔ Generated Prisma Client (5.1.1 | binary) to .\node_modules@prisma\client in 123ms ✔ Generated Prisma NestJS/GraphQL to .\apps\server\src@generated in 1.19s
'GITHUB_ACTIONS' �����ڲ����ⲿ���Ҳ���ǿ����еij���
Failed tasks:
Hint: run the command with --verbose for more details.
Failed tasks:
Hint: run the command with --verbose for more details. |
Report
When a user attempts to filter data and the filter component cannot find any matching values, the application crashes unexpectedly. This behaviour is consistent across all the pages that utilize the filter component.
Expected behavior
The application should display a message indicating that no matching values were found, or it should provide a message. It should not crash.
Steps to reproduce the problem
Another Way:
Logs (if applicable)
ashrafChowdury_pezzola_bbug_preview.mp4
Pezzo version
latest one
How do you use Pezzo?
Pezzo Cloud
The text was updated successfully, but these errors were encountered: