-
Are you considering using [TypeScript](https://www.typescriptlang.org/) for development? It's the same, but with static types.
Pros:
- IDE autocomplete
- Type-safe (relatively) code
- Easier to …
-
We have an issue with CodeQL analysis where it would hang while extracting the files from the PR.
I've found which part was causing this and made a separate reproducible code snippet.
Here's a …
sniok updated
4 weeks ago
-
See title.
-
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
(
…
-
Add support for typescript
## WHY?
the variables types are very flexible and inconsistent across the project especially in the engine.js file so adding typescript would really help out removing th…
-
### What is the problem this feature will solve?
Since `--experimental-typescript-support` landed there are more and more TypeScript file in the codebase (especially in the test folder).
Currently t…
-
Hi there,
First of all; this package looks very promising! Is it possible to add this to an existing csproj and have it generate the files during build time? Ideally that's what I want to do, and n…
-
**Describe the bug**
- Please fix the docs.
The docs are often misleading. For example, it says there is a "disabled" property in the TextField component when it's actually "isDisabled".
Also, …
-
Hi,
I came across this library due to all the limitation NextJS has with logging and trying to use it in my TypeScript. Unfortunately, not successful.
What I have tried is to follow the example …
cklat updated
3 weeks ago
-
What are the suggested types for the `mdx.tsx` definitions? (app/components/mdx.tsx)
I'm using the [blog](https://vercel.com/templates/next.js/portfolio-starter-kit) for inspiration. I'm using st…