Shiny
Shiny
Will fix it recently
Hi @oldo, This module is using the canvas to dynamic calculate the text length base on the bounding box of the container. But It should truncate the text after mounted......
`react-text-truncate` will dynamic calculate the text once mounted, I'm not sure what `react-router-cache-route` did internally. Maybe you can try to resize the window after you back to original page and...
have you tried without `react-router-cache-route`? Sorry, I'm not familiar with `react-router-cache-route`. Need more time to investigate what't the root cause. Will be better if you can provide me the CodeSandbox...
Hi @MuffinFox , thanks for reporting the issue. Will take the time to apply `text-transform` to canvas text. Feel free to submit the PR if you want.
Hi @mhimaz , this is because `jsdom` does not implement `window.getComputedStyle` yet. That's why you faced this issue. Maybe you can mock `getComputedStyle` response and test it.
Hi @RaphaelBaskerville , The `word` should not be truncate. Thinking in real world, generally you will not have so much chars in one word. So you will not have this...
Hi @ivanouski and @RaphaelBaskerville , may I have a screenshot and what result are you expected? Does the word be cut off is acceptable? For example the word `internationalization` be...
Hi @mkapiczy , can you try to remove the `"istanbul"` from `.babelrc` and add `istambul-instrumenter-loader` back to your loader. Both babel-plugin and webpack-loader will run the [instrumenter task](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-instrument/src/instrumenter.js#L107-L120). As you...
I tried this and it will works. But it shows error if no attachment type. I'd like to display some message like below  It looks like impossible in current...