Results 3 issues of Cody Robertson

Something like this would have helped me a lot. I couldn't get my modifications using `modifiedAttributedString` to take effect. I then realized that just setting `textLinks` does not result in...

In the course video (but not the text below), the `salePrice` effect is declared after the `total` effect. This causes an infinite loop. (Example of order in video) ``` effect(()...

The current version of select2 supports jQuery objects in both `templateResult` and `templateSelection`. The current version of selectWoo only supports them for `templateResult`. This is how my selected template appears...