Tim Adler
Tim Adler
Trying to fix here: https://github.com/chrisroberts/krakow/pull/29
After adding this to the `svelte-paginate` `package.json` it worked: ``` ... "browser": { "./package.json": "./package.json", "./DarkPaginationNav.svelte": "./DarkPaginationNav.svelte", "./LightPaginationNav.svelte": "./LightPaginationNav.svelte", "./PaginationNav.svelte": "./PaginationNav.svelte", "./generateNavigationOptions": "./generateNavigationOptions.js", ".": "./index.js", "./paginate": "./paginate.js", "./types": "./types.js" },...
@TahaSh Any ideas? Is this a problem on my side?
OK, I have a temporary (very ugly) solution like this. Create a new super-class for all you `Contentful::Entry`s. Mine is called `Contentful::BaseEntry`. Then do this: ``` # frozen_string_literal: true class...
@bernard-ng I came across this error again. Can you merge it and release a new version?
I second this. I definitely also have need to remove the legend and just use "hover" to see the labels.