-
Hello,
Thanks for taking over this project - I have a project template for React projects that depended on its predecessor and its nice to see someone picked it up.
Anyways, I've updated all dep…
-
### Astro Info
```block
Astro v3.0.6
Node v18.17.0
System Linux (x64)
Package Manager unknown
Output server
…
-
**OS:**
- [ ] Windows
- [ ] Linux
- [x] MacOS
**Platform:**
- [ ] iOS
- [x] Android
**SDK:**
- [x] `@sentry/react-native` (>= 1.0.0)
- [ ] `react-native-sentry` ( {
captureException(new E…
-
## Search Terms
gaId, privacy, gdpr, cookies
## Problem
TypeDoc supports specifying a `gaId` option. When set, this causes TypeDoc to include Google Analytics tracking code in the generated p…
-
When using makeStyles hook on the start-up page (e.g.: Login) of a React application, the page doesn't load sometimes in development mode and below error is encountered.
> VM677:176 Uncaught Type…
-
## Ask your Question
I have the following test where I'm trying to render my login screen.
```typescript
// __tests__/App.test.tsx
import React from 'react';
import { render, screen } from '@test…
-
### Current behavior
`
import React, { createRef, useEffect } from 'react';
import { DrawerLayoutAndroid } from 'react-native'
import { createStackNavigator } from '@react-navigation/stack';
im…
-
**Is your feature request related to a problem? Please describe.**
I have a large set of data that will generate a pdf so I am looking for a way to generate TOC automatically.
There was similar ki…
-
### Issue description or question
I'm trying to get Wallaby setup to test our code designed to run in an Electron renderer process environment, so it needs to use @jest-runner/electron as the testR…
-
I have reproduced an example below that generates a list of elements based on some input. If I create a Wrapper component that passes the elements down through the children prop it seems to break the…