skydiver / nextjs-semantic

Next.js + Fomantic-UI + Styled Components

Home Page:https://next-semantic-starter.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icons not working

kid-three opened this issue · comments

Brand new installation and one that is about 2 weeks old have issues displaying icons.

Followed README

  1. clone repo
  2. npm install
  3. npm run semantic:build
  4. npm run dev

Then just add
import { Icon } from "semantic-ui-react";

Then on the return

<Icon name="users" />

Icon does not show. I tried with many other icons.

Rolling back to commit 85186da1cce4b5b3c756ba9d625fce910cac0daa solves the issue.

There were a lot of updates in the following 3 commits. I still can't find where things break

Doing some trial and error:

Reverting file loader to

"file-loader": "^4.1.0",

fixes all issues with Icons

Nice catch @kid-three

This was fixed on #8

Thank you