rauno

Results 33 comments of rauno

Hey, thanks so much for the submission! This is a great start. A few notes: > A modal is a dialog box that is displayed on top of the current...

If you'd like, feel free to start working on the article locally and throw up a pull request whenever you feel ready. We can iterate from there onwards!

Do you have any pointers for this one? Would love to give it a shot. I assume something needs to be done here: https://github.com/uber/react-view/blob/master/src/ast.ts#L52

How would one go about using `extract-react-types-loader` to show TypeScript types? Would appreciate some pointers 🙂

Thanks for the help! If I may pick your brain — what do you think about using the extracted TypeScript (or Flow) types as props to `react-view`? It's probably harder...

I could technically get it working by messing with the browser history, but just inside the iframe. ![image](https://i.gyazo.com/789fdbe7d860b4e8bab3c6747947ade0.gif)

I'd think that the separation of concerns still applies in this case, regardless of the implementation being a hook rather than a HOC. I still feel like when comparing the...

Actually feels like a bug to me and the Raycast behavior seems desired. Should this be the default?

@shelbyspeegle I tried both rules out and I'm getting both errors, the bad example included. ``` "comma-dangle": "error", "function-paren-newline": "error" ``` What have you tried so far?

+1 to this one. Took me a solid few hours to track this one down since at first I was getting errors on a completely unrelated mutation on the client...