Skip to content
Snippets Groups Projects
Commit f129b579 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

invidible

parent 557ace58
No related branches found
No related tags found
No related merge requests found
...@@ -176,54 +176,54 @@ function Troubleshooting(){ ...@@ -176,54 +176,54 @@ function Troubleshooting(){
<div id="nono" className="noshow"> <div id="nono" className="noshow">
This combination returns no instances. This combination returns no instances.
</div> </div>
<div className=" all react type property"> {/* <div className="filterable all react type property">
<Collapsible title="Argument of type X is not assignable to parameter of type Y."> <Collapsible title="Argument of type X is not assignable to parameter of type Y.">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div>
<div className=" all react type"> <div className="filterable all react type">
<Collapsible title="Type X is not assignable to type Y."> <Collapsible title="Type X is not assignable to type Y.">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div>
<div className=" all react type property"> <div className="filterable all react type property">
<Collapsible title="Property x is missing in type y but required in type z."> <Collapsible title="Property x is missing in type y but required in type z.">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div>
<div className=" all react type property"> <div className="filterable all react type property">
<Collapsible title="Property x does not exist on type Y."> <Collapsible title="Property x does not exist on type Y.">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div>
<div className=" all react type property"> <div className="filterable all react type property">
<Collapsible title="Type X is missing the following properties from type Y: a, b, c"> <Collapsible title="Type X is missing the following properties from type Y: a, b, c">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div>
<div className=" all react type"> <div className="filterable all react type">
<Collapsible title="Type 'x | undefined' is not assignable to type 'x'."> <Collapsible title="Type 'x | undefined' is not assignable to type 'x'.">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div>
<div className=" all react type"> <div className="filterable all react type">
<Collapsible title="Type 'undefined' cannot be used as an index type"> <Collapsible title="Type 'undefined' cannot be used as an index type">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div>
<div className=" all react overload"> <div className="filterable all react overload">
<Collapsible title="No overload matches this call."> <Collapsible title="No overload matches this call.">
<h6>Example</h6> <h6>Example</h6>
<h6>Solutions</h6> <h6>Solutions</h6>
</Collapsible> </Collapsible>
</div> </div> */}
<div className="filterable all react module"> <div className="filterable all react module">
<Collapsible title="Module Z has already exported a member named A. Consider explicitly re-exporting to resolve the ambiguity."> <Collapsible title="Module Z has already exported a member named A. Consider explicitly re-exporting to resolve the ambiguity.">
<h6>Example</h6> <h6>Example</h6>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment