We should warn on uses likes this: - `Computed.templateString('${adminName}')` - use `Computed.reads` or `Computed.alias` - `Computed.templateString('this has no dynamic section')`
We should warn on uses likes this:
Computed.templateString('${adminName}')- useComputed.readsorComputed.aliasComputed.templateString('this has no dynamic section')