marko-js / tags

Not quite core components.
MIT License
22 stars 11 forks source link

fix(context): issue with receiving missing context at the root level #37

Closed DylanPiercey closed 3 years ago

DylanPiercey commented 3 years ago

Scope

<context>

Description

FIxes a bug where you would receive an error (instead of the default empty object context param) when accessing a missing context at the root level.

Checklist: