hello-pangea / dnd

💅 Beautiful and accessible drag and drop for lists with React. ⭐️ Star to support our work!
https://dnd.hellopangea.com
Other
2.31k stars 90 forks source link

Is there a way to turn off all the warnings during development #443

Closed songhobby closed 1 year ago

songhobby commented 1 year ago

The warnings make it hard to surface other warnings and errors. My use case needs to conditionally render drag handle, so it constantly throws warnings that "it couldn't find the drag handle".

100terres commented 1 year ago

@songhobby yes there's a way!

window["__@hello-pangea/dnd-disable-dev-warnings"] = true;