-
```
(Emitted value instead of an instance of Error) [at-loader] TypeScript declaration files should never be required
NonErrorEmittedError: (Emitted value instead of an instance of Error) [at-loader…
-
# env
- react: 18.2.0
- recoil: 0.7.6
- browser: Edge 106.0.1370.47
- system: macOS 12.6
# code
```tsx
import React, { createContext, FC, StrictMode, useContext } from 'react'
import { creat…
-
Provavelmente você já percebeu que o ecossistema do React é muito aquecido e diversas tecnologias por volta dessa ferramenta surgem todos os dias: GraphQL, Flow, NextJS, Apollo, Relay, etc…
Claro q…
-
I'm receiving a deprecation warning related to findDOMNode when using react-virtualized components within React's Strict Mode. The warning suggests that findDOMNode is deprecated and will be removed i…
-
# change object keys & UpperCase & LowerCase
> `.toLocaleUpperCase();` && `.toLocaleLowerCase();`
```jsx
"use strict";
/**
*
* @author xgqfrms
* @license MIT
* @copyright xgqfrms
…
-
I have a use-case where I want to document in my storybook a material-ui component and get all of it's props to be displayed in the table.
As a naive approach, here was my mdx doc file:
```mdx
im…
-
На сколько я знаю, в newclick обсуждали, что следует отказаться от использования FC. Поэтому создаю обсуждение, чтобы при поддержке этого предложения, я запретил использование этого типа
https://gi…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I have a React typescript project and when I press `g + d` Zed turns into search and shows me the …
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
As per the below sample, using IoC will enable use to use services that can be instantiated and passed as props into components that require them.
This extends upon the current approach where we pa…