Andre Wiggins
Andre Wiggins
Results of test suite when running locally (since there isn't any CI that runts test automatically): 
Hello everyone 👋. Update from the core team: As part of our v11 efforts, we have started a restructure of the Preact codebase. Inspired by some of our internal experiments...
What version of Preact are you using? On master I'm seeing all references to the `ref` property marked as optional which I think would fix this issue.
Oh! `refs` with an `s`! 🤦♂️ My mistake - thanks for guiding me through that lol. I see. This is referring to the legacy string refs feature that Preact 10...
Can someone help me with a minimal repo? Or perhaps modify my attempt to reproduce the error? I tried to get one here with react-redux but TypeScript didn't throw any...
If I'm reading the codepen correctly, I thought dispatching from within a reducer was explicitly disallowed. Academically, reducers are suppose to be pure without side effects I believe. More practically...
Hi @localjo 👋 What doc page were you looking at that suggested render appended to the container? I quickly glanced through a couple pages and couldn't find what you were...
Re: what Jason suggested, could we move this into the Component's base constructor?
Oh good call! Will do
I updated #35 and marked it ready for review