Devon Govett
Devon Govett
Yeah I agree. Ideally TS would fix this issue and prioritize correctness over performance. But in the meantime we'll need a recommendation because I would imagine we are not the...
Hmm yeah that seems to be an issue with persisted keys in TableLayout...
Ok fixed 3 issues: 1. TableLayout was using the wrong indices to calculate persisted keys. When we perform an incremental layout, the index should be a count of the items...
Brain dump before break: Actually I did manage to reproduce (2) in RSP as well, so we should persist the drag target as well as the drop target. It only...
> dragging via mouse does not scroll to the dropped item Looks like this was the case before as well. Probably due to scroll into view only occurring in keyboard...
Button has onHoverStart and onHoverEnd events you could probably use
The code sandbox errors when opening for me. Maybe I don't have access?
isLibrary is intended to be used when the output will be consumed by another bundler. Don't use it if you are loading the output directly in a browser.
The "module" target is implicitly a library target. https://parceljs.org/features/targets/#library-targets
v2.14.0 added first-class MDX support using the rust-based compiler https://parceljs.org/blog/v2-14-0/#first-class-mdx-support