bradmarder

Results 4 comments of bradmarder

@StephenCleary thanks for the advice about Channels, it's exactly what I was looking for.

@JoshClose I'm having a really difficult time creating a repro... this is a true heisenbug! The model that I'm trying to write has a single ctor that accepts a single...

@JoshClose yes, I just pulled in the entire repo and dumped a ton of logs in there. I'm not knowledgeable enough about the code to know what I should be...

I was able to modify my `babel.config.json` to run the react compiler with the following. ```json { "plugins": ["babel-plugin-react-compiler"] } ``` Something doesn't seem correct though - the bundle size...