Arnaud Rinquin
Arnaud Rinquin
@Sashkan Please close this PR as the `react-hot-redux-firebase-starter` project is a public repo, unrelated to the test.
Hey! Thanks you so much @Eyesonly88! I'm glad it helped 🙏
Hey @basudz365 sorry about the (very long) delay. Please provide a PR if you still want to.
Ah that's a bummer. I have no idea what the issue is and no time to investigate at the moment. Feel free to contribute.
Care to give more context ? Versions, the way you import the lib.
I don't use typescript myself and have no time for this but I would allow a PR.
I could quite easily do that. The maximum count and the watched function names could be part of the configuration.
Same for `forest-express-sequelize` (and others I guess). Also breaks usage of yarn berry pnp mode.
@Haroenv I tried using React error boundaries with success: ```js class SearchContainer extends React.Component { componentDidCatch(error) { debugger // renew searchToken } render() { const { searchToken, searchState, searchApplicationId }...
Oh I know I don't have to, but it feels cleaner. Anyway, It'd be nice to have a proper Error handling as this solution seems clunky. @Haroenv don't you think...