Adrian Adkison
Adrian Adkison
I created an [issue](https://github.com/stylelint/stylelint/issues/2349) in the stylelint repo, but they believed this repository would be a better candidate for this type of feature. The problem is, if you forget to...
### Describe the bug I'm trying to create a pathless route underneath a non-nested route. The problem is that paths that are generated include the the pathless route path. ###...
### Reproduction example https://codesandbox.io/s/mystifying-jones-xpe3p2?file=/src/App.test.js:63-90 ### Prerequisites ```tsx import { render, screen } from "@testing-library/react"; import userEvent from "@testing-library/user-event"; import { useState } from "react"; const Test = () => {...