(el: HTMLElement)
| 99 | * within either the `ion-content` selector or the `.ion-content-scroll-host` class. |
| 100 | */ |
| 101 | export const printIonContentErrorMsg = (el: HTMLElement) => { |
| 102 | return printRequiredElementError(el, ION_CONTENT_ELEMENT_SELECTOR); |
| 103 | }; |
| 104 | |
| 105 | /** |
| 106 | * Several components in Ionic need to prevent scrolling |
no test coverage detected