Raphael Brandão

Results 5 issues of Raphael Brandão

After using it for some diagrams, I felt the need to have some additional features which I'm happy to investigate and implement by myself. But first, I want to discuss...

### Current behavior I'm testing a component with `shallow`: ```jsx const render = (props) => shallow(); describe('MediaNavigation', () => { it('has the expected props', () => { renderedComponent = render();...

Need To Reproduce

First of all I like to thank you for the effort put in this project. I learned a lot poking around here and I value the good job made. ###...

This PR updates MongoDB from `3.3.2` to `4.8.0`. This is an initiative toward adds types to this project. ## References - [Driver & MongoDB compatibility table](https://www.mongodb.com/docs/drivers/node/current/compatibility/) - [Mongo Driver 3.6...

I have a class component that has a method inside of it: ```jsx class MyClassComponent extends Component { method1() {} render() { // ... } } ``` And I have...