-
Is it possible to do something similar to `eval(compile(\`...\`))` but with a template tag function?
For example, instead of
```jsx
const div = ;
```
we could write
```js
const div = s`…
-
I have the `.eslintrc` under my project:
```
{
// I want to use babel-eslint for parsing!
"parser": "babel-eslint",
"env": {
"browser": true,
"es6": true,
"commonjs": t…
-
I'm trying to add Ably to a Next.js 14 project.
On the client-side, I'm creating the Ably client like this:
```ts
import Ably from "ably/promises";
// ...
export const createAblyRealtimeClient = (…
-
Hey preactjs team! I was super excited to find this project, and wanted to start by thanking you for all of your effort.
I saw that Sass support was added [a few months back](https://github.com/pre…
-
我认为的原因是 element-ui 依赖 vue,导致 dll 打包的 dll.js 内有两份 vue.js 代码,就是这两份 vue 代码的锅。
-
Hello. I don't understand. Maybe it's some kind of mistake? Why should I write 'use client' every time I use styled-components?
I may understand that next.js does not support context or elements fr…
-
I'm trying to write functional tests using TypeScript and have followed the example provided. However I'm getting compilation errors:
```
test/functional/example.ts(1,9): error TS4023: Exported va…
-
```javascript
function Counter(props) {
const [count, setCount] = useState(0)
useEffect(() => {
document.title = `You clicked ${count} times`
})
return pug`
div.red.f1
if…
-
While doing the codemod via jscodeshift API, I get the error as below.
![Screenshot 2022-04-21 at 2 51 05 PM](https://user-images.githubusercontent.com/100947190/164432337-275b1185-3329-4fda-8ebb…
-
I'm opening this issue specifically to gather a list of the rules that those in the community feel are controversial or problematic, such that they override them, and most importantly, _why_.
This …