-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### Details
_No response_
Checklist
- [X] `src/components/User.tsx` ✅ Commit [`20def24`](https://github.com/wwzeng1/landing-page/commit/20def24d42aa8786b6c735049a68101e266f0882)
• Add a new prop …
-
Getting this error while running in a typescript project, but works fine a react js project.
```
./node_modules/pdfjs-dist/build/pdf.js 3657:145
Module parse failed: Unexpected token (3657:145)
…
-
- `@testing-library/jest-dom` version: 5.16.5
- `node` version: 18.7.0
- `yarn` version: 1.22.19
* `react-testing-library` version: 13.4.0
### Relevant code or config:
```js
import R…
-
Our devDependencies are NOT recognized as `dependency type: development`.
Extract from `package.json`:
```
"devDependencies": {
"@testing-library/react-hooks": "^5.1.3",
"serve": "^11…
-
- `@testing-library/jest-dom` version: 5.14.1
- `node` version: any
- `npm` (or `yarn`) version: any
### Problem description:
Used dependency `ansi-regex@5.0.0` has a security vulnerab…
-
- Planning to use React,
- UI design components: React Bootstrap
- State Management: Redux
- API asynchronous behaviour handling: Redux Thunk
- Testing the React Components: React Testing Library…
-
### Issue and Steps to Reproduce
I have some pages which need unit tests and those pages are secured with OIDC Provider and so on. Now I don't know how to write the Unit Test to mock the parts and …
-
code :
`import { Dropdown } from 'react-native-element-dropdown';
...
...
..
`
test
```
import { render, screen } from '@testing-library/react-native';
import React from 'react';
…
-
In my expo app `apps/dashboard` I have package.json:
{
"name": "dashboard",
"version": "0.0.1",
"private": true,
"dependencies": {
"expo": "*",
"@expo/metro-config": "*",
"…