Florian Frosch
Florian Frosch
I use [leaflet-defaulticon-compatibility](https://www.npmjs.com/package/leaflet-defaulticon-compatibility) with NextJS 14.1 and React-Leaflet 4.2 to make the built-in icons work. Not sure whether it works with custom icons. It is important to load the `css`...
The hydration error is most likely caused by not deleting the normal import statement for the map. So you probably have this: ```ts 'use client'; import dynamic from 'next/dynamic'; import...
> I was able to bypass the problem by using an "app-password" generated via nextcloud user menu `Settings / Security / Devices&Session / Generate new app password `. These passwords...
Ah, that solves it. Thank you so much! That might be worth a mention in the docs section [applying themes](https://docs.flatpak.org/en/latest/desktop-integration.html#applying-themes). I can submit a pull request, anything else that would...