View the original community article here
Last tested: Apr 1, 2020
There are several variations to this error, but one common one is when a user extends viewA in viewB, then extends both viewA and viewB in viewC. In this case, the extends logic seems to conflict. They shouldn't need to extend viewA in viewC in this case because they are already extending viewB (which extends viewA) there.
This content is subject to limited support.