Skip to content

allow <anonymous> in STACK_ITEM_VALID_NAMES #63

@ahoward

Description

@ahoward

var STACK_ITEM_VALID_NAMES = [

locally i have

var STACK_ITEM_VALID_NAMES = [
  '<anonymous>',
  'router',
  'bound dispatch',
  'mounted_app'
]

and this seems to work perfectly. happy to put together a 1 line PR, but wondering if any reason to exclude these? in many apps not allowing app.use(path, router), which results in routes misses a big number of them.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions