Bryce Osterhaus
Bryce Osterhaus
I was wondering if supporting fragments is something on the roadmap for this project. Fragments in react https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html
I found this issue while working with some fixed elements that have overflow styles in the parent. Is this expected? I would think that the adjust feature would pull the...
**Version number** 2.8.3 **Describe the bug** Occasionally the remote branch I will be pushing to is not able to be updated unless I force push. But I don't know this...
So as far as I can tell from both the metal site and the code, this is what I know about `SYNC_UPDATES` ``` * Flag indicating if component updates will...
We often find ourselves getting this JS error when dynamically swapping content in a component. Out way around this issue has been to add `key=` to various elements in order...
We used to have `https://metal.github.io/metal.js-standalone/bin/js-fiddle-integration-babel.js` but it seems to have been deleted. Having this really helps creating sharable bug examples that we can link in issues. Ideally this build would...
When doing something like ```jsx {false && } ``` ~~You would expect that this.props.children` in `MyComponent` would be `[]`. Instead, the array contains one item.~~ `this.props.children` returns an array of...
I have this demo working fine in a normal react environment, but when I try it in react-live, it behaves differently. [Working fine in codesandbox](https://codesandbox.io/s/beautiful-cartwright-4j14t) Now when I try this...
I was wondering if there was any plans to incorporate beyond20(https://beyond20.here-for-more.info/) support? It would be awesome to utilize the chat's dice feature with beyond20. I'd be happy to contribute as...
This relates to something brought up here, https://github.com/liferay-frontend/liferay-portal/pull/2013#discussion_r832360060. I'm not sure if this is a VSCode thing or if it is specific to our packages, but ideally tab-completion wouldn't pull...