-
### Versions
- `@prismicio/next`: v1.7.0
- `next`: v14.2.15
- node: v20.15.0
### Reproduction
When trying to run local environemnt I get the follwoing error:
```
Error:
x The "use c…
-
Reported in discord but it never went anywhere.
### 🐛 Bug description
https://vue-jsx-explorer.netlify.app/#%3CComp%3E%0A%20%20%7B%7B%0A%20%20%20%20default%3A%20()%20%3D%3E%20%3Cdiv%20v-foo%20%…
-
## Summary
`react-server-dom-webpack/node-register` doesn't find `use client` directive in IIFEs.
Consider the following code
code
```js
(() => {
"use strict";
"use client";
var __…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
input:
```
```
output:
```
import { createElement as _createElement } f…
-
./app/(routes)/dashboard/page.jsx
Error:
× You're importing a component that needs useEffect. It only works in a Client Component but none of its parents are marked with "use client", so they're …
-
The icons work fine without a prefix, however once I want to use custom prefix, Rocketicons stop working.
```js
// tailwind.config.js
const icons = require("rocketicons/tailwind");
/** @type {…
-
### Clear and concise description of the problem
Jsx is a popular grammar, I know. But the difference of jsx between template is annoying. How about make `vue jsx` further imitate `template`? Like:…
-
### Describe the bug
I wanna use v-loading from element-plus in jsx,
```jsx
setup() {
const loading = ref(true)
setTimeout(() => {
loading.value = !loading.value
}, 5000)
return…
-
Is there any way we can add support for these directives? It would make writing jsx a lot nicer and look a lot cleaner.
In react, I found this plugin that made writing jsx/tsx nicer for me. Is the…
-
**Describe the need**
I want to sort JSX props based on several options, this can improve readability and keeps solid specific props in order, just like [eslint-plugin-react](https://github.com/jsx-e…