Shazbot / WH3-Mod-Manager

Mod manager for Total War: Warhammer 3, Steam version only
MIT License
117 stars 17 forks source link

Go Three Bears icon error. Cannot Build from master #67

Closed sjacobflaherty closed 1 year ago

sjacobflaherty commented 1 year ago

From researching this online, it seems you have a persistent version of react-icons that hasn't been updated to the newest 4.11. GoThreeBears was removed.

Could you address this? I was planning to setup a script that, every time you made a new build, allowed me fork a macos version for your mod. I could work around this issue by downloading 4.08... still....being up-to-date would be nice. :)

`ERROR in ./src/flowbite/components/Navbar/NavbarToggle.tsx:3:10 TS2305: Module '"react-icons/go"' has no exported member 'GoThreeBars'. 1 | import type { ComponentProps, FC } from "react"; 2 | import React from "react";

3 | import { GoThreeBars } from "react-icons/go"; | ^^^^^^^^^^^ 4 | import { excludeClassName } from "../../helpers/exclude"; 5 | import { useTheme } from "../Flowbite/ThemeContext"; 6 | import { useNavbarContext } from "./NavbarContext";

webpack 5.88.2 compiled with 1 error and 1 warning in 41585 ms`

sjacobflaherty commented 1 year ago

Able to build from release.... doh!