Lee Robinson

Results 210 comments of Lee Robinson

Auth and Layouts now have their own docs: - https://nextjs.org/docs/authentication - https://nextjs.org/docs/basic-features/layouts

Somehow `uid` is not correct, it seems? Have you tried adding more logging to the value of `uid` from where it originated from?

I'm currently using images inside Sanity for the cover image. Images _nested_ inside of a post are still being hosted in `public` until I move them over (part of this...

- I think it might be better to always show copy, rather than have it appear on hover. - It'd also be great to not show the button on mobile....

It'd say yes, always visible on desktop and always hidden on mobile. To solve the text covering up, maybe we change the padding at the top potentially, or maybe a...

We've recently added new docs and examples for these! https://nextjs.org/docs/testing

I'm not sure this would be the issue of how they're displayed on mobile, though. Should we try removing the table instead?

I would suggest doing it like this: ### Responsive ```js // next/image: // next/image/future: Use `sizes` and `style` for the same behavior ```

Correct - my thought is you're going here because you want to copy-paste the new version, so the code comment gives you the only one to reference.