-
Found in console log:
> Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instea…
-
I've considered asking this for a bit, for the sake of [trpc-cli](https://github.com/mmkal/trpc-cli). So far, it takes advantage of `.describe('...')` to allow adding CLI docs for zod input parameters…
mmkal updated
3 weeks ago
-
# Problem description
We offer a large number of block types to our editors. Due to the large selection, it quickly becomes confusing and it is not always quite clear which block / component is hid…
ghost updated
2 years ago
-
https://github.com/gcanti/io-ts provides mechanisms to create type objects representing Typescript run-time types. When I started using io-ts in my Typescript React project, I very quickly ran up agai…
-
Треба налаштувати husky хуки на прекоміт котрі будуть:
1. Запускати `prettier fix`
2. Запускати `eslint fix`
Не давати робити `push` поки проблеми не будуть виправлені
-
Error on line 230, column 24 in ToolbarAndroid.android.js (see screenshot for error message)
'.. requireNativeComponent is not a function it is an object'
package.json
```
"devDependencie…
vladp updated
8 months ago
-
I think something is wrong with the dependency declarations on this project because a bunch of test-oriented packages and polyfills are included when they shouldn't be necessary.
```diff
diff --gi…
-
We have a complicated type that looks like:
```
// HtmlAttributes = AllHTMLAttributes - OnlyButtonProps
// We do this so onClick, and other props that overlap with html attributes,
// have the t…
-
**Is your feature request related to a problem? Please describe.**
I want to return an class as output for the python tool however it shows error JSON dump failed: For example for the following code:…
-
I'm not too sure why this error is happening, and was hoping you could shed some light on if this is a bug with this library, or something I just have to work around:
```
interface Mx {
data: {…