SortableJS/react-sortablejs

direction="horizontal" not work as expected

aminsoraya opened this issue · 3 comments

After I mentioned :


 <ReactSortable list={state} setList={setState} direction="horizontal">
      {state.map((item) => (
        <div key={item.id}>{item.name}</div>
      ))}
    </ReactSortable>

It doesn't aligned as expected why?

Same problem here, direction horizontal does not do anything