Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcusbuffett/halogen-slots-issue

Just an example of unexpected behavior with halogen slots
https://github.com/marcusbuffett/halogen-slots-issue

Last synced: about 1 month ago
JSON representation

Just an example of unexpected behavior with halogen slots

Awesome Lists containing this project

README

        

To run the project:

```
yarn install && yarn start
```

When the browser window opens, you'll see the "Home page" text. When you click
on it, it will navigate to "/#/about", but you'll see both the Home page text
and the About page text, instead of just the about page text.