django-unicorn icon indicating copy to clipboard operation
django-unicorn copied to clipboard

Update unicorn.js to coerce types for component key

Open gsxdsm opened this issue 6 months ago • 1 comments

Component key will often be a number when coming from the templatetag and a string when coming from a DOM payload. This allows the key lookup to coerce the types to make the comparison work in all cases.

gsxdsm avatar Aug 15 '24 00:08 gsxdsm