()
| 100 | } |
| 101 | |
| 102 | function ShipError() { |
| 103 | return ( |
| 104 | <div className="ship-info"> |
| 105 | <div className="ship-info__img-wrapper"> |
| 106 | <img src="/img/broken-ship.webp" alt="broken ship" /> |
| 107 | </div> |
| 108 | <section> |
| 109 | <h2>There was an error</h2> |
| 110 | </section> |
| 111 | <section>There was an error loading "{shipName}"</section> |
| 112 | </div> |
| 113 | ) |
| 114 | } |
| 115 | |
| 116 | const rootEl = document.createElement('div') |
| 117 | document.body.append(rootEl) |
nothing calls this directly
no outgoing calls
no test coverage detected