-
side note : following the issue facebook/react/issues/2536
what I'd like to be able to do with jsx is this :
``` javascript
{this.state.list.map((item, key) => )}
```
I know it's not to be conside…
-
![jietu20180608-112741 2x](https://user-images.githubusercontent.com/8152848/41137697-2cebc748-6b0f-11e8-8b61-38662dc693e9.jpg)
无法接收JSX.Element类型吗?另外我发现在子组件前写多一个`{}`就可以避免这个问题。
比如在 [at-nerv-ui](h…
-
I am trying to display a graph (using JSXGraph) and a formula (using MathJax) in two separate fields of a table. This works fine just once. Creating the graph again and running MathJax again, a blank …
-
My pull works great and my push syncs to the server just fine, but my records `_status` are never marked as synced and I can't figure out why. The result is every time sync is called the same record i…
-
When we use css style for border radius, we are having an error on only android devices. IOS works fine!
CSS:
`
.input {
border-radius: 4px;
}
`
The error makes sense since react styl…
-
### Summary
I would like to insert Column groups' name as a separator into ColumnsPanel. I rolled out a solutions using useRef with plain JavaScript on CustomPanel component. Is there a cleaner way?
…
gepa7 updated
2 months ago
-
![image](https://user-images.githubusercontent.com/2414765/35380958-d0c4ec94-01cb-11e8-9fcc-a8c441467fa3.png)
For [React 16](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/c54b691628bbef4c…
-
Pending rules:
- [ ] public apis must be documented
- [ ] order of properties/methods following the stencil’s style guide https://stenciljs.com/docs/style-guide
- [ ] validation of the component’…
-
Hi,
This error pops up when used and I haven't seen this error come through here.
I'm using expo and typescript in my project.
Has anyone encountered this issue and knowing how to resolve this?
…
-
Error when using `` as per [document](https://govuk-react.github.io/govuk-react/?path=/docs/breadcrumbs--default).
> JSX element type 'Breadcrumbs.Link' does not have any construct or call signature…