-
> [!IMPORTANT]
> ## Support for ES Modules in Electron will land in Electron 28 and will be available in the `electron-nightly` released on August 31st
>
> 🥳
**Original Issue Below**
### Pre…
-
### Vue version
3.2.47
### Link to minimal reproduction
Plugin source: https://github.com/mrleblanc101/vue3-transition-expand/tree/types
### Steps to reproduce
I'm following the official …
-
## Which package?
Almost all `@formatjs` packages.
## Describe the bug
When writing a library written in TypeSript, using `jest` and `ts-jest`,
we need to use `extensionsToTreatAsEsm` in ind…
-
I am working on a Nextjs project without typescript,
I don't want to add typescript to my exisiting project ,
is this anyway i can use the library without migrating to typescript?
-
Using the usePrice hook doing destructuring to use `price` `basePrice` and `discount` this throws a Typescript error.
```jsx
const { price, basePrice, discount } = usePrice({
amount: product.…
-
### Topic Suggestion
[Languages]
#### Proposed title of the article
Your title should be descriptive of the article/tutorial. Be Specific.
Use keyword research to improve your article's S…
-
Hi,
I would like to use custom controls that are not part of the app, e.g. from NPM.
Consider the example repo https://github.com/SAP-samples/ui5-typescript-tutorial/tree/main/exercises/ex5/com…
-
### 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 packages.…
-
## Why
I carefully followed installation instructions, but the extension is not working. See attached screenshots.
This is what I did:
-signed out of Todoist and quit app; restarted both Todoist a…
-
Do I have to move the dist/src/types/index.d.ts file to dist/index.d.ts for type use in type scripts?