Dhaval Vira
Dhaval Vira
Hello, I am using ANT Designs Select...Option Multiple in my Next.js - a React.js Framework-based Project. but I'm facing an issue that I have added `Select...Option` Tag in a Bootstrap...
Hello, recently I tried to install the `next-pwa` package, it throws an below error. ```bash npm install next-pwa npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree...
Hello, [My Website](https://dv-resume.vercel.app/) => I am unable to use PWA on Production Environment on both Desktop & Mobile. ```js const withPWA = require('next-pwa'); module.exports = withPWA({ reactStrictMode: true, pwa: {...
Hello, I've recently come to know about the `babel-plugin-styled-components` and added the following code snippet into `.babelrc`. ```json { "presets": ["next/babel"], "plugins": [ [ "babel-plugin-styled-components", { "ssr": false } ]...
Hello, ```js ... ``` ```js ... ``` then in my Nextjs Web App, it's following the below error.  please help me
Hello, below is my `next.config.js` file: ```js /** * @type {import('next').NextConfig} */ const removeImports = require('next-remove-imports')(); const withTM = require('next-transpile-modules')(['friendly-challenge']); // next-pwa const withPWA = require('next-pwa'); const runtimeCaching = require('next-pwa/cache');...
**Describe the bug** I have implemented `anime` with my Nextjs project and it's working properly, but when I am integrating/implementing `amp.dev` then anime isn't making any text animation, below is...
This Pull Request introduces the BottomNavigation component to Flowbite-React, enhancing the navigation experience for users. The BottomNavigation component offers a convenient way to navigate between different sections or pages of...
## 🛠️ Enhancement: Added Date Formatting Support to DatePicker This PR introduces date formatting support to the DatePicker component by leveraging the `date-fns` package. Users can now customize date formats...
This Pull Request introduces Skeleton Loading components to Flowbite-React, leveraging the Flowbite package. Skeleton Loading provides users with a seamless loading experience by displaying placeholders while content is being fetched...