Matt Grimm

Results 4 comments of Matt Grimm

Thank you! This fixed the duplication problem 🥳🙌 The 2nd issue still exists. Customizing the Wrapper breaks the css `:target` In my simple test (with a custom Wrapper). ` {props.children}}...

I also found that customizing only the `ListItem` causes the same problem. ` } />`

`React.memo` does not seem to help. (If the assignment happens inside the main exported component) ``` const IndexPage = () => { const FootnotesWrapper = React.memo(props => {props.children}) const FootnotesListItem...

I released my first game project using ImpactJS and Ejecta in Nov 2018. I agree, this is the most pleasant way to build performant games with js on iOS. I...