Guilherme Louro

Results 5 comments of Guilherme Louro

I updated to `5.3.3` and it back to work normally

> @guilouro Did you found a solution? I'm facing the same problem. @geraldstrobl I created my own implementation using IntersectionObserver. But before it, I needed to change the location of...

> @guilouro Your example would be much clearer if not for a typo where both examples are called `Content 1`. > > `display: none` means the element won't be rendered...

Hi @morenoh149 ! Yes, of course! Would you like to do this task?

My solution is to create a package with `1.0.0-alpha.0` version and in my CI I use this command to generate a version ```bash lerna version --conventional-commits --conventional-graduate=* --yes ``` It...