-
Notifications
You must be signed in to change notification settings - Fork 16
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
No search results response handle #1896
Conversation
Your Render PR Server URL is https://storage-ui-stage-pr-1896.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c7s1nuk6fj34kjn3845g. |
Your Render PR Server URL is https://chainsafe-components-stage-pr-1896.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c7s1nv46fj34kjn384i0. |
Your Render PR Server URL is https://files-ui-stage-pr-1896.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c7s1nvs6fj34kjn384mg. |
Nice fix, I'm no longer seeing the crash. 👍 I am seeing duplicate toasts though, is this related or should I create a separate issue for this? Screen.Recording.2022-01-31.at.10.04.33.AM.mov |
Yeah also just noticed that. At first I thought it was purely the two consecutive calls failing, but turns out the error is thrown because of a empty file system. |
Good find. I'll check into this as well. |
That's the error in the console |
…monorepo into mnt/no-search-results-1894
Updates are in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome
@@ -63,8 +55,7 @@ const SearchFileBrowser: React.FC<IFileBrowserModuleProps> = ({ controls = false | |||
} | |||
} | |||
onSearch() | |||
// eslint-disable-next-line | |||
}, [searchTerm]) | |||
}, [searchTerm, getSearchResults]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
closes #1894