Closed camyers closed 8 months ago
Hi @camyers,
Thank you for reaching out and reporting the issue. We're sorry to hear that you're experiencing difficulties with the Next.js application installation instructions.
We've thoroughly reviewed the steps outlined in our documentation and haven't been able to reproduce the error on our end. However, we understand that issues can arise due to various factors, including different environments and dependencies.
To assist you further, we recommend trying the installation process with the latest version of Keep-React. We regularly update our libraries to address bugs and improve compatibility with different environments. By using the latest version, you may be able to resolve the issue you encountered.
If you continue to experience problems after trying with the latest version, please don't hesitate to reach out again. We're here to help and will do our best to assist you in resolving any issues you encounter.
Thank you for your patience and understanding.
Best regards, Md Ariful Islam
Upon following the instructions listed here, https://react.keepdesign.io/docs/getting-started/Introduction#next-js-application, throws the following stack trace for brand new
npx create-next-app@latest
applications.I tried on Windows & MacOS with the same result.
Steps to replicate
Step 1: Create a new NextJS application
npx create-next-app@latest
Step 2: Install Keep React
npm i keep-react
Step 3: Update tailwind.config.js for Next.js
Step 4: Add Keep React CSS to globals.css File:
Step 5. Now you can import any component from keep-react and start using it in your NextJS project.
Step 6. Attempt to load your page with the component and receive the following stack trace.
Stack trace