Incompatibility with v2 in "src/components/gtt-client.ts"
Closed this issue · 3 comments
sanak commented
Problem
This make difficult to sync main (current v3) and v2.
- v3
this.contents
type isstring
, although v2contents
is object.- v3:
this.contents = options.target.dataset
- v2:
$(options.target).data();
- v3:
dkastl commented
I think it would be better to upgrade MCR rather than back-porting. Shall we close this?