@agility/plenum-ui 2.1.13 → 2.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.1.13",
3
+ "version": "2.1.15",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -1,4 +1,7 @@
1
- import { FC } from "react";
1
+ // If we remove React from this import, manager app fails with no React reference found
2
+ // TODO: investigate this further
3
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
4
+ import React, { FC } from "react";
2
5
  import { default as cn } from "classnames";
3
6
 
4
7
  export interface IInputLabelProps {