You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs with the Cloud plugin sometimes on community when opening a profile popover. Here is the minified code snippet that's causing the issue:
varT,S,w,R=r(7363),O=r.n(R),A=r(7086),N=r.n(A);classkextendsO().PureComponent{componentDidMount(){this.props.actions.getCloudUserData(this.props.id)}render(){constt=this.props.installs;if(0===t.length)returnnull;conste=t.map((t=>O().createElement("li",{// Error is happening right herekey: t.ID},O().createElement("a",{href: "https://"+t.DNS,target: "_blank",rel: "noopener noreferrer"},t.Name))));returnO().createElement("div",{style: C.container},O().createElement("div",null,"Cloud Servers"),O().createElement("ul",null,e))}}
The text was updated successfully, but these errors were encountered:
An error occurs with the Cloud plugin sometimes on community when opening a profile popover. Here is the minified code snippet that's causing the issue:
The text was updated successfully, but these errors were encountered: