diff --git a/package.json b/package.json index 333aca5..3810c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agility/plenum-ui", - "version": "2.1.14", + "version": "2.1.15", "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", diff --git a/stories/molecules/inputs/InputLabel/InputLabel.tsx b/stories/molecules/inputs/InputLabel/InputLabel.tsx index 02b4495..9dd779f 100644 --- a/stories/molecules/inputs/InputLabel/InputLabel.tsx +++ b/stories/molecules/inputs/InputLabel/InputLabel.tsx @@ -1,3 +1,6 @@ +// If we remove React from this import, manager app fails with no React reference found +// TODO: investigate this further +// eslint-disable-next-line @typescript-eslint/no-unused-vars import React, { FC } from "react"; import { default as cn } from "classnames";