-
The plugin works perfectly on nextjs v14.1.1 but once you install nextjs v14.1.2 everything breaks.
Nextjs complains that I need to use the 'use client' directive for the external component library…
-
**Is your feature request related to a problem? Please describe.**
Currently, I have to `"use client";` in a wrapper around `` like [this](https://github.com/alvarlagerlof/portfolio/blob/main/compone…
-
### Summary 💡
This issue will serve as an umbrella for all issues related to Next.js app router integration. It will be easier to have an overview of all the problems in one place.
### Done
-…
-
I know we'll talk more about this next week, but here are my suggestions:
### UI
At first I was all about Bootstrap and [Bootstrap UI](https://angular-ui.github.io/bootstrap/). While looking a littl…
-
![image](https://user-images.githubusercontent.com/17404628/44074953-68346a4c-9fcd-11e8-856e-abfb52fa0e32.png)
code
```js
import { shallowMount, mount, Wrapper } from "@vue/test-utils";
import…
-
### Description
After making changes to the ReactAndroid code base, I'd like to test it my own project.
During build, the following errors occured:
```
> Task :react-native:packages:react-native…
-
### Description
During a `next build`, the `@chakra-ui/next-js` package triggers an error for an erroneous import.
```
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/home/dj/.../playless/no…
-
I'm using [Docker container](https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud) for NextCloud + OnlyOffice.
Everything works with HTTP. The address on my LAN is http://deb10/
Then I added …
-
**Current behavior:**
I'm using emotion through a local library managed by `tsdx`. The library is consumed by a `Next.js` app and is linked using `yarn workspaces`
Everything was working as …
-
I use the following code:
```
Choose a file
```
but I also tried
```
Choose a file
```
and many other variations.
**The problem**
I can't get any response when tapping them on physic…