Richard Chu

Results 9 comments of Richard Chu

If I add `trailingSlash: true` to my `next.config.js`, then the address bar disappears, so I can confirm that the trailing slash is indeed the problem here. It's also a decent...

After some further investigation, I think I've encountered a bug with `Transforms.setNodes` that happens both headlessly and non-headlessly. Heres's a codesandbox that demonstrates this issue: https://codesandbox.io/s/gifted-nightingale-shm5b Basically, I'm trying to...

Unfortunately not. I opted to modify the JSON manually, which works fine for the older version of Slate that I'm on.

I've tried out the upsert, and it seemed to work at first glance. However, because upsert creates a new record if it doesn't exist, it requires me to pass in...

I think this would be really useful for CI purposes as well. For example, it would be nice to have the proper environment variables automatically filled in so that Cypress...

I'm also running into this issue with Cypress 12.3, React 18.2, and Slate 0.86. I've found that a simple workaround is to focus the editor before I type into it:...

Having the same issue here. I'm constantly needing to log back into my app, even though I've set the expiration date to be a week long and have `autoRefreshToken` set...

Hey, thanks for reporting this bug. I was able to reproduce this. It seems like the editor breaks because the block has a circular reference to itself.

Hello, Thanks for reporting this issue! Sounds like there are several problems here; let me try to break it down. 1. As you've noticed, there are some special characters that...