M
M
You're quite right! It will not... In principle, the code should work correctly in Next.js 13 but you won't be able to install it properly unless it is added here...
I know this has been closed but put the PR referenced above to address the issue @Cirelion 👍 Should work once it gets merged :)
I am hitting a similar roadblock here, in my case it's related to the styles that I import in my `_app.tsx` file as below: ``` import "react-toastify/dist/ReactToastify.css"; import "video.js/dist/video-js.css"; import...
Thanks @nibtime for all the hard work on this module. I finally had some time to get back to this whole topic for a bit but I am observing a...
Been digging around the repo and have noticed this in the `nonce.ts` file, which could explain what is happening here ``` export const getCreateCtxNonceIdempotent = (ctx: CtxHeaders) => { if...
Yeah, I eventually stumbled upon it and it worked! That being said, I think it's helpful to have it in dev although I am sure @nibtime has some thoughts on...
Hi there, not sure if exactly the same issue but we are having troubles with the images loading from rich preview links violating our CSP. We have no way of...