Mike
Mike
## Description Inconsistent validation and usage of `image.rowPixelSpacing` and `image.columnPixelSpacing` values can lead to broken composite image rendering. When rendering multi layer images, if any layer images do not have...
Getting this error when building my app. ``` ERROR in /Users/.../ProjectName/node_modules/cornerstone-wado-image-loader/dist/cornerstoneWADOImageLoader.min.js Module not found: Error: Can't resolve 'fs' in '/Users/.../ProjectName/node_modules/cornerstone-wado-image-loader/dist' ``` I'm am using `Next.js` which has a default webpack...
This PR will be released as v2.0.0 **Breaking change:** `replace` now matches the Javascript `String.replace` API. It can take a `String` or a `RegExp` as the search parameter. If given...
Running `expo doctor` with expo-cli version 6 produces the following. ``` [stderr] [02:18:30] Expected package @expo/config-plugins@^5.0.0 [stderr] [02:18:30] Found invalid: [stderr] [02:18:30] @expo/[email protected] [stderr] [02:18:30] (for more info, run: npm...
## Changes - Update `Pagination` component to _not_ require the list as it only needs the `singular` and `plural` string. The apis for `Pagination` and `PaginationLabel` are now identical. -...
The `NavigationContainer` component rendered it's children inside a `ul` meaning if you wanted to render anything other than an `li` you would have to do some gymnastics to make it...