David Wippel
David Wippel
I am using GUIDs as params and when navigating to a detail page (using withRouter HOC to get the params) router5 throws following error: ``` console.js:35 Error: Some parameters of...
### Describe the bug Trying to a component build with forwardRef in Preview.js results in various errors messages. ### Reproduction (Using my example Repo as reference here) 1. Open `index.tsx`...
**Is your feature request related to a problem? Please describe.** The trigger was as follows. One of my background workers stopped checking in with my monitoring solution. the service didn't...
**Describe the bug** When an error occurs while uploading a file, the error object returned does not match the TS type (StorageErrorPayload) ``` export type StorageErrorPayload = { error: string;...
Allow people to sign up via a form using the sign-up functions from nHost BUT don't auto sign up people when they use magic link login. Context: I have an...