how to make item not dragable in react-sortablejs

JavaScript
new Sortable(example2Left, {
    group: 'shared1', // set both lists to same group
    animation: 150
});

new Sortable(example2Right, {
    group: 'shared',
    animation: 150
});
Source

Also in JavaScript: