atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.23k stars 2.53k forks source link

Droppable Id with large numbers as id(Eg: '43220') is not working #1658

Closed sivakumarsc closed 4 years ago

sivakumarsc commented 4 years ago

Expected behavior

Dragged elements should drop here

Actual behavior

Droppable container itself is not creating and no console errors as well

Steps to reproduce

Created a droppable container within a droppable container and when passing number 43220 as id(I am converting into number as string for droppable id) its not working. But when changing the id to some smaller number like '112' its working fine.

What version of React are you using?

16.8.5

What version of react-beautiful-dnd are you running?

12.1.1

What browser are you using?

Chrome Version 78.0.3904.108 (Official Build) (64-bit)

alexreardon commented 4 years ago

That is strange. Any valid string would be fine

alexreardon commented 4 years ago

Hi there!

Thanks for raising this issue. Can you please create a standalone example on codesandbox.io using our boilerplate: https://codesandbox.io/s/k260nyxq9v

Without a standalone example, we will not be able to action this one

Cheers!

alexreardon commented 4 years ago

We are closing this issue due to inactivity. If you would like to continue the conversation feel free to reply to this issue and we can reopen it if needed.