-
# Summary
Since the latest version of Next.js, `next.config.js` doesn't support any more invalid properties.
After running `npm run dev`, here's what we got:
```txt
warn - Invalid next.config.j…
-
## Current Behavior
Component is not working as expected when scrolled to view.
SCSS is not loading , nor JS is getting downloaded .
Example faq section collapse/uncollapse not working.
## Exp…
-
Webpack does static analysis on the emscripten module and complains when it sees nodejs 'require' statements, even if they are never called in practice.
It also breaks when trying to pack the wasm mo…
-
# Enforted - A board game built with Aurelia | Pragmatic Coder
Keeping things understandable ... most of the time
[https://pragmatic-coder.net/enforted-the-beginning/](https://pragmatic-coder.net/en…
-
When I install and use the nuxt-pwa module, all other modules stop working.
For example, in the screenshot the @nuxtjs/tailwindcss module stopped working.
![image](https://user-images.githubuser…
-
Sentry has a [great integration for Next.js](https://docs.sentry.io/platforms/javascript/guides/nextjs/) but it assumes you're using a typical config. Is this something that's possible to make work w…
-
Hi Vaadin team,
I have a few questions - which answers could be added to the official doc to help other beginners. My application uses the `Vaadin router` for client-side routing and I am trying to…
-
### Link to the code that reproduces this issue
https://github.com/reynaldichernando/nextjs-meta-tag-deprecated
### To Reproduce
1. Clone the minimal reproduction repo
2. Run the app normall…
-
Based on #262, I propose that the following features are our MVP features:
+ [x] Easily ***capture*** text #234
+ [ ] Mark text as 'note' or 'task'
+ [x] ***View*** all items on your list
+ [x…
-
I'm using this library in an Angular TypeScript project.
When using this.auth2.signIn(), everything works fine in the popup mode.
I can get the user data in the below code, and subscribe user$ in …