Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serve images with next-gen formats #903

Open
brnt-toast opened this issue Apr 6, 2023 · 2 comments
Open

Serve images with next-gen formats #903

brnt-toast opened this issue Apr 6, 2023 · 2 comments

Comments

@brnt-toast
Copy link
Contributor

Next.js does this automagically with next/image component readmore about next.js

@brnt-toast
Copy link
Contributor Author

I'll look into this one tomorrow night. If there isn't a separate pull request from a branch by Sunday the 7th. Assign it to me so I can track this issue better and start working on the TS conversation after.

@brnt-toast
Copy link
Contributor Author

update:
I hit a road block. The next-gen formats using next/images requires next13, which requires react18, and we a have dependency on @wojtekmaj/enzyme-adapter-react-17 that locks into react17 because enzyme is now abandoned. It also recommend to move towards react-testing-library.

Combined with moving over to typescript has left me be bit stumped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants