Travis Anderson

Results 12 comments of Travis Anderson

Why does the docs say to click a button then?

Just installed into my next.js project, and I get similar error. I just did a yarn add and copy/pasted the example from the readme, and I get `SyntaxError: Unexpected token...

Also, you can see netlify shows failing since July 8. Can someone at least give an update that it's being looked at?

Appreciate the update Mike. I’m happy to use whatever version that is you are referring to. How can I do so? All I did was a yarn add, so it...

So, not sure if you quite realize that this is the very version that is broken. Like, I'm simply using yarn add command, which adds 5.5.1 to the package.json file,...

Just installed into my next.js project, and I get similar error. I just did a yarn add and copy/pasted the example from the readme, and I get `SyntaxError: Unexpected token...

My node version is `v14.20.0`, and here is my package.json: ``` { "name": "yfb-platform", "version": "0.0.0", "license": "MIT", "scripts": { "dev": "next", "build": "next build", "start": "next start", "stripe:listen": "stripe...

I also just updated my `pdfjs-dist` to `2.15.349` to see if that would help...it did not.

+1 for this. I mean, I thought that is what upsert is for. I have multiple rows...if I add a new one, it doesn't have an ID yet...so, I would...

Also getting this. New to cypress, but hard refreshes work, because focused on the chrome window. But save in vscode, and it just doesn't run in chrome unless I click...