Dan Greuel

Results 3 issues of Dan Greuel

In the types, "grid" is listed as one of the options for the "layout" prop, but only "vertical" changes the display from "flex" to "block".

Getting these errors when trying to build my project ``` node_modules/react-sortablejs/dist/index.d.ts:27:40 - error TS2304: Cannot find name 'Sortable'. 27 setList: (newState: T[], sortable: Sortable | null, store: Store) => void;...

In case anyone is interested, I created a new project based on this one that replaces the libvget component with custom code that detects videos on many more pages by...