Closed f0rmat1k closed 8 years ago
It was quite unexpectedly that tPram w/o force rewrites values from previous level:
force
head -> tParam('some', 1); head-child tParam('some', 2, false); // some === 2;
I think, should write about it in the documentation.
I think we should fix this.
Fixed in 4.1.4
It was quite unexpectedly that tPram w/o
force
rewrites values from previous level:head -> tParam('some', 1); head-child tParam('some', 2, false); // some === 2;
I think, should write about it in the documentation.