nicolium: update comment

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-06 16:27:33 +01:00
parent 6e735461d5
commit db53daff99

View File

@ -1,8 +1,9 @@
// TOOD Verify if any of the lesser-known browsers actually need those.
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
import 'intersection-observer';
import { install as installResizeObserver } from 'resize-observer';
// Needed by @tanstack/virtual, I guess
// Needed by Virtuoso.
if (!window.ResizeObserver) {
installResizeObserver();
}