Skip to content

Conversation

@Chronique
Copy link
Contributor

Description

This PR fixes two issues in the mini-app-full-demo template:

  1. Case-sensitivity Error: Renamed Demo.tsx to demo.tsx to match the import statements. This resolves the Module not found error on Linux systems and Next.js Turbopack.
  2. Hydration Mismatch: Added suppressHydrationWarning to the <html> and <body> tags in layout.tsx to prevent errors caused by browser extensions (like WOT or Wallet extensions) injecting attributes.

Testing

  • Successfully built the project using next build.
  • Verified that hydration warnings no longer appear in the console.

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.

1 participant