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

Fix: Make jstack compatible with Next.js 15 (#11) #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GrowWidTalha
Copy link

@GrowWidTalha GrowWidTalha commented Nov 14, 2024

This PR makes jstack compatible with Next.js 15 by utilizing Next.js codemod commands to handle compatibility changes efficiently. The adjustments ensure that jstack integrates smoothly within a Next.js 15 environment.

Compatibility Update: Used Next.js codemods to upgrade and refactor code where necessary for Next.js 15 support.

Codemod Commands Used:

bash
Copy code
npx @next/codemod@canary upgrade latest

Testing: Verified the compatibility with Next.js 15 through local testing, confirming that all functionalities work as expected without errors.

Related Issue:
Closes #11

@code-env
Copy link

okay thanks for that!

@GrowWidTalha
Copy link
Author

@code-env you're welcome

1 similar comment
@GrowWidTalha
Copy link
Author

@code-env you're welcome

@GrowWidTalha
Copy link
Author

@joschan21 Are you going to merge this or not?

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

Successfully merging this pull request may close these issues.

The jstack is not yet compatible with next15
2 participants