ractivejs / ractive

Next-generation DOM manipulation
http://ractive.js.org
MIT License
5.94k stars 396 forks source link

Fix observing escaped keypaths (#3319) #3320

Closed ilessiivi closed 5 years ago

ilessiivi commented 5 years ago

Description:

Escapes the child's key (some.key -> some\.key) in ModelBase's joinKey() and adds a test case for it.

Fixes the following issues:

3319

Is breaking:

Should not be

evs-chris commented 5 years ago

Nice. Thanks for the fix!