Viewers icon indicating copy to clipboard operation
Viewers copied to clipboard

[Bug] numInstances: PropTypes.number breaks when numInstances are in string

Open arunvc opened this issue 4 months ago • 0 comments

Describe the Bug

numInstances: PropTypes.number breaks when numInstances are in string

change

numInstances: PropTypes.number to
numInstances: PropTypes.any
```

### Steps to Reproduce

use any study where numInstances is configured as string

### The current behavior

error

### The expected behavior

handle numInstances as string and number 

### OS

Ubuntu 22

### Node version

18

### Browser

Latest Chrome and Firefox

arunvc avatar Sep 27 '24 15:09 arunvc