问题 With ReactJS i am using MDBNav from MDBreact. This is the code od the container where is props.data defined: import React from 'react' import MiTabs from "../componentes/MiTabs"; class VpnList extends React.Component { state = { vpn: [ { nombre: 'Test1', activo: true, enlace: '#!', }, { nombre: 'Test2', activo: false, enlace: '#!', }, { nombre: 'Test3', activo: false, enlace: '#!', }, { nombre: 'Test4', activo: false, enlace: '#!', } ] }; render() { return ( <div> {/* <MiTabs data={this.state