Nkemtakeh Celsoppe

Results 6 issues of Nkemtakeh Celsoppe

Hello Stanley. First, thanks for this wonderful library. It's been of so much use to me. I would love to know how I can customize the animation duration for the...

I have a module which depends on cal-heatmap. In this module, I'm importing cal-heatmap via esm ```js import CalHeatmap from "cal-heatmap"; ... ``` I'm bundling this module with webpack using...

Hello First thanks for this great library. I have a use case to add a some custom actions to the toolbar (such as delete). Is this currently possible? searched through...

I'm expected the parent node or a previously selected node to be 'unhighlighted' when I click on different one. But that's not the case ![image](https://user-images.githubusercontent.com/40471180/69524607-b7072100-0f66-11ea-851e-c4209dbbe927.png)

I'm getting this error in production ``` Cannot delete property 'css' of # ``` when I bundle this module with the `jsx` addon included. Everything seems to work well in...

I'm getting the following error ``` ERROR (0 , _ink.useStdin) is not a function dist/index.js:8683:33 8680: onHighlight: function onHighlight() {} 8681: }); 8682: var _default = function _default(props) { 8683:...