James Fox

Results 48 comments of James Fox

This would be very useful for us. Properly controlling the search query from outside requires a couple new APIs: - Setting the `query` value - Exposing a way to control...

Any updates here from the Tiptap team?

> Nope. It's best practice to load it after the body. Theres no such thing as *after* the body. I think you mean *inside* the > Actually all the best...

Apologies for the snarky tone in my reply! What I mean to convey is that the author of any javascript bundle should be aware of what dependencies it has on...

Are there any updates to this? NextJS 14.1 is out and we hit this trying to upgrade. Happy to implement suggested workarounds (we are using Typescript) but its not clear...

> * Are you already using Cypress `13.6.3` for your upgrade? Yup! > * Are you running E2E or Component Testing (or both)? Both

> Great that you are on the latest Cypress version! Apart from the fact that Cypress says Next.js `14` is unsupported when you try to run Component Testing, did you...

> The Cypress.io team would need to respond about their plans to support Next.js `14`. I can't see any mention of it on the [Cypress App Priorities](https://github.com/orgs/cypress-io/projects/13) dashboard. Yea looks...

@GRA0007 Thanks so much for this detail! We are indeed using a different/newer node version (`v18.18.2`) I'm going to try both `18.17.0` as well as moving up to `20.9.0`

@scniro Appreciate you pointing this out! Were upgrading to React16 and came across this issue. Looks like your peer dependencies include React 16.x, so we'll move over to this as...