MelkorCC
MelkorCC
Given that PrimeFlex is sunset in general, i don't think a migration from V2 to V3 makes that much sense anymore. You should probably rather look into a migration to...
I can't tell you what changed between 4.3.3 and 4.3.5, but what i can tell you is that your example code misses the "root" level. You wrote: ``` (...) dark:...
I edited the example @proprofondo provided to primevue 4.3.3 and sure enough, there root isn't required. https://stackblitz.com/edit/primevue-4-vite-issue-template-wddjuals?file=package.json (primevue 4.3.3) starting with 4.3.4 it seems to be required https://stackblitz.com/edit/primevue-4-vite-issue-template-qphpxrw6?file=package.json (primevue 4.3.4)....
> Be aware if you’re still using the old package to import themes. PrimeVue migrated to @primeuix/themes some time ago. I previously used the old @primevue/themes package in another project...
@tugcekucukoglu that doesn't explain tho why the behavior changed between 4.3.3 and 4.3.4 and why this change wasn't mentioned in the release notes.
I wonder if this might be a duplicate of https://github.com/openlayers/openlayers/issues/15606 , because when you switch `import TileLayer from "ol/layer/WebGLTile";` to `import TileLayer from "ol/layer/Tile";` (and thus use the canvasrenderer) the...
> To clarify, there is no javascipt typeerror, the code does not crash. I am aware that this is just a typescript typeerror, i tested it myself. And like i...
Hey there, We have a similar problem, we do not use setUrl but change dimensions / parameters of our WMS source. And in certain scenarios we also get unexpected "stale...
I moved your example to stackblitz since codesandbox requires an account for editing stuff. So i was missing something, just setting `getStaleKeys()` is not enough, because [here ](https://github.com/openlayers/openlayers/blob/v10.3.1/src/ol/renderer/canvas/TileLayer.js#L572-L573) in the...
I like the visual behavior of that solution. In my use case it is not a possible solution since i would like to keep the tilecache and i (for application...