As a developer using the ResourceList component with the pagination prop set, Vue fails to render the InlineStack component due to it not being expressly imported by the Pagination component.
This occurs when not registering the library as a plugin as the components are not globally available.