c8r / kit

Tools for developing, documenting, and testing React component libraries
https://compositor.io/kit
MIT License
1.21k stars 30 forks source link

Ensure library routing plays nice with next.js #149

Closed johno closed 6 years ago

johno commented 6 years ago

In order to find Example components to display we check them for equivalence with the local instance of the Example function.

We now use a static property so that our Example check is more robust.