-
## Summary
To be able to define component props with class properties. You can use `prop` helper to specify detailed prop options:
```js
import { Vue, prop } from 'vue-class-component'
// De…
-
I am using a React Native project with TypeScript. Because I am using TypeScript, I do not want to be using `prop-types`. However, `npm 7` added back auto-installing peer deps, and will throw errors i…
-
This is just me shoving ideas out of my head, we don’t need this for initial release.
I’d like to improve on the experience on this when writing components, ie. having to import the fragment types …
-
The plugin has been switched off for the time being.
The errors occur at
```
/home/travis/build/OSDLabs/swd/src/routes/search/SearchResults.js
13:5 error Prop type `array` is forbidden rea…
-
I tried this code (minimal reproduction `lib.rs`):
```rust
/// - [`SDL_PROP_WINDOW_CREATE_COCOA_WINDOW_POINTER`]: the
/// `(__unsafe_unretained)` NSWindow associated with the window, if you want
…
-
When creating light wrapper components it would be lovely to be able to import prop definitions from the library to use on wrapping components, like this:
```javascript
import React, { FC } from '…
-
Spinta throws an error KeyError: 'properties' and I don't know what it's about.
It seems it does that on this line:
if base['type'] in ALLOWED_PARTIAL_TYPES: …
-
Currently this pulls from all content types via
`const allContentTypes = props.sdk.space.getCachedContentTypes();`
This limits configurability of the field for use cases where we'd like to limit c…
sbuys updated
5 months ago
-
## 🐛 Bug report
### Current Behavior
Getting the following error:
```**Warning: Failed prop type: Invalid prop `arrow` supplied to `ListboxButton`, expected one of type [boolean].**```
…
-
### Describe the bug
The elements in `'svelte/elements'` extend the following type:
```typescript
export interface DOMAttributes {
// Implicit children prop every element has
// Add this here…