-
We might want to take a look at https://github.com/camwest/react-slot-fill for allowing extensions for SG.
-
So far-
Forked and cloned the App. Set it up through zsh terminal. Went into VS Code.
Tried running Yarn on the project. Yarn lock existed. SO eventually deleted lock. Then ran Yarn again. Got node…
-
- Browser: [ chrome]
- Method of installation: yarn
- Swagger-UI version:"swagger-ui-react": "^5.7.2",
-yarn version 1.22.1
-node version v14.19.1
### Content & configuration
this…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
In simulator, everything function works beautifully.
In a release build, the share extension won't open. Like this:
https://github.com/user-attachments/assets/98a8e8e3-179d-435c-a986-93ff0ad07b8…
-
### Issue description or question
In my monorepo, I have a `packages/parts/src/lib/foo.ts` file which contains a function and an inline test:
```ts
export function foo(str: string) { return str…
-
## Environment
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-pager-view": "^6.4.1",
"react-native-tab-view": "^3.5.2",
## Description
{
"name": "react_native…
-
### Description
After upgrading to "react-native-reanimated": "3.7.1", to 3.10.1 I am facing this issue. I also tried with latest version of reanimated and faced same error.
TypeError: Cannot re…
-
**Is your feature request related to a problem? Please describe.**
When using vm.SourceTextModule we have to implement a linker, initializeImportMeta, and importModuleDynamically, even if we just w…
-
When using shallow rendering with a component that is wrapped by a higher order component, you need to take some extra steps to make shallow rendering give you the structure you expect. One way is to …