kulakowka / react-bulma

React.js components for Modern CSS framework based on Flexbox
https://code-typing-tutor.com
MIT License
471 stars 58 forks source link

SubTitle file name mismatch (v3.0) #29

Closed jitcoder closed 6 years ago

jitcoder commented 6 years ago

This is about Bulma.

Bug

Not browser bug

Overview of the problem

I'm using Bulma version [3.0.0] Chrome

Description

Failed to compile. ./node_modules/reactbulma/lib/components/index.js Module not found: ****/packages/client/node_modules/reactbulma/lib/components/Title/Subtitle.js does not match the corresponding path on disk SubTitle.js.

Steps to Reproduce

  1. create-react-app
  2. yarn add reactbulma
  3. import { SubTitle } from 'reactbulma'

Expected behavior

Successful compilation

Actual behavior

Failed to compile.
./node_modules/reactbulma/lib/components/index.js
Module not found: `****/packages/client/node_modules/reactbulma/lib/components/Title/Subtitle.js` does not match the corresponding path on disk `SubTitle.js`.

please note this issue is not occuring in v1.1.1

kulakowka commented 6 years ago

Thank you @jitcoder I have published new version: v3.0.4

jitcoder commented 6 years ago

thanks for the fast turn around!