-
There's an assertion in https://github.com/munificent/ui-as-code/blob/master/in-progress/parameter-freedom.md that the "child" and "children" named arguments should become unnamed because they don't a…
Hixie updated
8 months ago
-
I don't know why the `tsconfig.json` is ignored even when the `--project` or `-p` option is specified.
In my opinion, the right implementation should be:
+ If no `--project` or `-p` option: Ignor…
-
I ran into a confusing DX issue experimenting with JSX in the playground.
Working example:
```coffee
const Component = (items: Item[]) =>
(item) =>
{
if ite…
-
### Is your feature request related to a problem? Please describe.
I usually use Refine with Next.js (App Router). The CLI command for adding resources is very convenient.
However, the files gener…
-
### Describe the bug
I'm currently using Apexcharts package version 3.44.0 in my application. I was using Vite version 4.5.0 and when I built the assets I was able to see the charts in production: (S…
-
-
### Describe the bug
Each surrogate character should be regarded as an individual character.
### Input code
```typescript
console.log('💖'[0]);
```
### Config
```json
{
"jsc": {
"parser":…
-
-
### What is the affected URL?
_No response_
### Description
Hello, first of all, thanks for the library.
If I want to use use this library's react adapter with react-hook-form, what should I…
-
### Describe the bug
According to the step 2 of [`Number::toString` spec](https://tc39.es/ecma262/#sec-numeric-types-number-tostring), both signed zero should be regarded as normal zero resulting in …