Closed vladimir-djokic closed 3 years ago
Your sandbox seems to work fine with the latest version of Blueprint core v3.43.0: https://codesandbox.io/s/blueprint-sandbox-forked-es5qi?file=/src/index.tsx
Yes, I can confirm that the issue is not present in 3.43.0 and 3.44.0, but present in earlier versions.
Indeed, I believe it was fixed by https://github.com/palantir/blueprint/pull/4612, released in 3.43.0
Environment
Code Sandbox
https://codesandbox.io/s/blueprint-sandbox-forked-qhg7b
Actual behavior
If non-callback ref is used for
inputRef
, "Cannot add property indeterminate, object is not extensible" is thrown.Possible solution (workaround)
Use callback ref.