You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add nonce prop for CSP-compliant user-select style injection (#808)
Adds an optional nonce prop on DraggableCore (inherited by Draggable, flows through to addUserSelectStyles), applied to the injected user-select <style> element so a strict style-src CSP doesn't block it. Falls back to webpack's __webpack_nonce__ when no prop is passed. CI green (lint, typecheck, test 20/22/24, coverage, browser). Closes#791.
0 commit comments