Kirill

Results 11 comments of Kirill

I tried to use this library with react and got this error, could anybody help me please? ![vis1](https://user-images.githubusercontent.com/47239173/174772552-96162dcd-c6fc-4b6f-adcf-3435d6b84982.png) ![vis2](https://user-images.githubusercontent.com/47239173/174772576-3ff6cedf-1c95-42b1-ba4c-3090acfc88f8.png) ![vis3](https://user-images.githubusercontent.com/47239173/174772593-20f7a6b9-cbb8-4ac4-b3fd-fb810d1530d3.png) ![vis4](https://user-images.githubusercontent.com/47239173/174773572-af047d20-ffc0-49ab-a127-8b2163e070f3.png) I guess it's coz of peer dependencies

Could you share your code example please? How did you use it in react.js please

Great, Could you also send the implementation of createOptions and onChangePosition functions , I would like to understand how does this change your timeline

Great, thank you very much) can you show me please the final version if it please?

There are too many icons on this picture, which one you are hover on to open tooltip? By this picture it seems that you are hovering on turquoise block.

it seems you are using this component wrong, I checked it and it added my css modules class. You should add data-tip attribute to the dom node you are trying...

It seems you should use data-for attribute for dom node (your component) and dynamically change ID prop for ReactTooltip component then it will match data-for === id and will re...

I have the opposite problem. When I run npm run release, I got a new tag, but all previous commits included. How can I separate commits, so it doesn't include...

I wanna make something similar like this feat: TEAMCVSPB-(any number) - (message). I created regexp like this /^(\w*): (TEAMCVSPB-\d+) ([a-zA-Z])+$/g, but it can't parse it I got this in my...

> @stevenKirill what does your tsconfig file look like? > > I think _removing_ this from my tsconfig file fixed it for me. > > `"typeRoots": ["node_modules/pino-pretty"]` This is my...