# Thumbnail Loading Error

# This component is unavailable until "thumbnail" addon is loaded

With the release of version 7.3.0, the thumbnail component was modularized as an add-on. As thus, before migrating past versions to this version or higher, thumbnail components should be configured according to actual needs. Directly migrated versions without proper changes on thumbnail component will cause an error on your browser console during the initialization phase. To view the details of the error, open the browser DevTools and click run at the top right of the following demo. Note: the following demo doesn't run on legacy browsers.

# Solutions

# Reference thumbnail addon

If you need Thumbnails, you should reference /uix-addons/thumbnail when initializing PDFUI. Below is the code example:

# Delete the tag <thumbnail-sidebar-panel> in the layout-template section.

If you don't need thumbnail, then you should delete <thumbnail-sidebar-panel>tag to avoid the error. Below is the code example: