react-d3 / react-d3-tooltip

react-d3 tooltip implementation
http://www.reactd3.org/docs/tooltip/
23 stars 22 forks source link

import case sensitivity. #16

Closed cookednoodles closed 8 years ago

cookednoodles commented 8 years ago

in utils\tooltip.jsx you seem to be importing from '../tooltip/table';

However the folder name is tooltip/Table, this is causing issues on case sensitive file systems such as linux.

dokasto commented 8 years ago

This should be fixed, why is something so trivial taking so long?