Abhishek Jain
Abhishek Jain
@marvinhagemeister this is default code of preact-cli with Lorem Ipsum text. I haven't touched anything else... I wasn't expecting SSR at all but its enabled in production build with default...
One more question, the SSR will only for homepage? Example - https://cli-demo-next.preactjs.com/profile will show you homepage and not the SSR for profile page. Seems likely to be a bug or...
PFA the package.json content - ``` { "private": true, "name": "preact", "version": "0.0.0", "license": "MIT", "scripts": { "start": "per-env", "start:production": "npm run -s serve", "start:development": "npm run -s dev", "build":...
> Thus definitely seems like a bug. What version of Preact CLI are you at? preact-cli 2.2.1
Not just Reactive Form but on any nested structure. :( #224 - Performance Issue: Drag/Drop is too slow with large array sets. #205 - Slow sorting of large arrays.
@borriej any tip on how to use this plugin? You are talking about https://github.com/SortableJS/angular-sortablejs? I am not able to understand their guide and basically how to transfer data which is...
Bottom of div or page? BTW issue is not there with plugin but a missing feature of Safari and other browsers. Also in Chrome and Firefox it works as both...
Facing the same issue, I have nested structure with depth of 3 and all inner items are having dnd-droppable. The single dnd-sortable has affected performance of all the modules. Thanks,...
Any luck here? I am facing the same issue. Just that I am having 3 page long form and maps only work on first page. For me the map just...
Thanks. :)