Closed newtoallofthis123 closed 3 weeks ago
Someone is attempting to deploy a commit to a Personal Account owned by @vatsalsinghkv on Vercel.
@vatsalsinghkv first needs to authorize it.
@newtoallofthis123 would you be able to run prettier on the codebase, please?
Sure!
Sure!
I just noticed that some mult-line imports changed into a single line and I am not sure if there is something with the Prettier config as on my side locally it broke it into multiple lines 🤔 Thank you for checking this for me :)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
easy-fix | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 11, 2023 4:27pm |
@fekete965 @newtoallofthis123 can you guys check the preview? if its working correctly?
There seems to be some sort of a problem....I think it is related to the state management....will look into it...any help appreciated :)
@vatsalsinghkv @newtoallofthis123 there is an error in the console:
Cannot read properties of undefined (reading 'join')
.
I think we try to use .join
on an optional value. It could be fixed with the optional chaining (?.join)
I can take a look at the issue later on if still needed.
@newtoallofthis123 Can u pull the changes and resolve conflicts
Sure! Will do
@newtoallofthis123 sorry for reviewing it late, I finally able to run it locally, you've added a text search bar for search by label, but we wanted to have pre-defined buttons for label, for example
This commit modifies the reducers to use label search as well.
It works well in most cases, however, there are two major issues I need help with.
I am putting this pr in review. Any and all help is appreciated. I am not that good with
tsx
, but I tried my best. @vatsalsinghkv can you please get the help this pr needs?