Eric Nemchik
Eric Nemchik
> @nemchik, I ran into same issue but the issue actually was that I didn't fully change the createInvoice. In sql try/catch block the earlier version returns string when error...
> Got the same problem when I reached chapter 14. At first I tried your solution but didn't work. When I checked the integrity of my `app/ui/invoices/create-form.tsx` file, I found...
It appears there has not yet been a fix.
I'm not missing the import, still have the issue.
> The TypeScript error in app/ui/invoices/create-form.tsx can be fixed by replacing the `null` value for the message property in initialState with an empty string `''` > > ```ts > const...
> ```ts > useFormState > ``` Thank you for this context! This actually makes it make more sense, but there's still an error thrown when using ```ts const initialState =...
Here's my package.json ```json { "private": true, "scripts": { "build": "next build", "dev": "next dev", "lint": "next lint", "prettier": "prettier --write --ignore-unknown .", "prettier:check": "prettier --check --ignore-unknown .", "seed": "node...
This is a start https://github.com/TheoBr/Chrometana/compare/master...nemchik:typescript It's not perfect, but it builds and loads correctly in Chrome. The commits are a bit messy because I wanted git to correctly recognize the...
P.s. I don't know enough about grunt to know if it's capable of doing this, I had never heard of grunt before I started contributing to your git. So maybe...
Really I don't know what player it is, but I right clicked the player and the flash menu said something about smplayer and I Googled smplayer JavaScript control and that...