-
./src/components/common/editor/codeblock.tsx:17:34
Type error: Argument of type '(props: LanguageSelectorProps) => JSX.Element' is not assignable to parameter of type 'ComponentType'.
Type '(props…
-
We need to look up the type of a jsx expression by actually resolving the jsx factory call, so that we don't create a reference to the global `JSX.Element` type, which can change shape between react v…
-
I am getting some typescript issues that are a bit difficult to resolve when trying to override the components in the JSXParser `components` map prop. Sample code below:
```jsx
(
…
-
Hi,
This issue is very similar to this [one](https://github.com/tree-sitter/tree-sitter-javascript/issues/329).
It concerns the `jsx_text` node. The range of this node is too large as it also co…
-
I was excited to try out deno on Next.JS after hearing about it on the syntax podcast. It runs well but unfortunately I'm getting a couple of type errors when importing the next core components like `…
-
Because the icons have a very similar structure and are repeated in various parts of the code, an `` component should be created to reuse where required and at the same time facilitate future changes …
-
### Target Use Case
I would like to use this library for development with Google Maps, however, I'm currently unable to as my project uses React 16 and `React.JSX` is not exported in React 16 types. …
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
### What version of Bun is running?
1.1.33
### What platform is your computer?
macos
### What steps can reproduce the bug?
```
function First() => second
const element =
console.log(JSON.stringi…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of…