'Clicking on my radio button generates me Unexpected text node: . A text node cannot be a child of a <View> in my console

In my sandbox page, when i click on my radio button I have this console error :

Unexpected text node: . A text node cannot be a child of a <View>. 
    in View (created by TabContent)
    in TabContent (created by Tabs)
    in Tabs (created by MenuItemDisplay)
    in MenuItemDisplay (created by App)
    in App

​ What's wrong please ??

Here is my code since there is a lot of files that are involved I can not put all of them here...



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source