Artur Drobinskiy

Results 41 comments of Artur Drobinskiy

is there any workaround that we could use currently? Some scripts that stub the Date via `page.evaluate` maybe?

Experienced the same thing in CI builds on Azure DevOps after upgrading (tests were running fine on v1.0, but are not finding the DB in v1.1). Running tests locally worked...

I'd think about making this more clear on the API level.. Currently you need to set `disableSorting` for the `item` in the `items` data provided to the `SortableTree` (check the...

Does the following work for you without warnings? ``` export const TreeRootWithChangeableItems: React.FC = (props) => { const [items, setItems] = useState(initialItems); return ( { setItems((oldItems) => { return [...

Hi! Could you please describe your issue with more details, currently it's not clear for me what the problem is

Hi! Thanks for your interest in this lib! If dnd-kit sample has an issue, most probably this lib has it too (since it's based on the sample). Could you please...

What storybook? Did you miss a link?

Thanks for the PR! I merged it and pushed a version to npm. Personally I haven't used it with SSR, so can't advice much. If something could be changed in...

Hi! Thanks for bringing in this topic, I wasn't aware about an Angular wrapper. I'm not too deep into Angular, but I'll take a look and if it's not too...