1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix code smells and dependency issue

This commit is contained in:
Bill Thornton 2021-06-07 11:55:01 -04:00
parent de54dc636a
commit 35f6944310
5 changed files with 18 additions and 17 deletions

View file

@ -3,6 +3,9 @@ import React, { useEffect, useRef } from 'react';
import cardBuilder from '../cardbuilder/cardBuilder';
import '../../elements/emby-scroller/emby-scroller';
import '../../elements/emby-itemscontainer/emby-itemscontainer';
// There seems to be some compatibility issues here between
// React and our legacy web components, so we need to inject
// them as an html string for now =/