pico-router icon indicating copy to clipboard operation
pico-router copied to clipboard

crayon.group() needs to match empty, '' and '/' as the base route

Open alshdavid opened this issue 4 years ago • 0 comments

const g1 = crayon.Group()
const g2 = crayon.Group('')
const g3 = crayon.Group('/')

Should all behave the same

alshdavid avatar Feb 09 '20 23:02 alshdavid