aboveyunhai
aboveyunhai
> Wondering if there is a polyfill solution? I have to support IE 11, unfortunately. I am not sure if you are still wondering the solution. The main issue is...
If possible, can you also indicate the unit somewhere in the docs. Not sure how it can be hinted via comment doc in typescript. It seems like `millisecond` is more...
> Why would they have to be online? GraphiQL works offline? Please explain? I believe it's is because I had to add new playground address `https://studio.apollographql.com` into CORS in order...
> @Ghost---Shadow if you look at what was changed (https://github.com/ianstormtaylor/slate/pull/4540/files), you can easily get the same behaviour by setting a key property on the Slate element and incrementing whenever your...
> It works, but I agree, it's a hack. Setting editor.children directly also requires manual fixing of selection, because selected range remains the same even if some new nodes are...
> > It's really not a react way. > > Of course it's not. I hope somebody will make a refactoring. `slate` was claimed to be built on top of...
The problem comes from the line ` ` in CircularProgress.js, which does not respect to the size of outer ``. simply change it to ` ` to give the correct...
Please refer to solution for issue #218 and merge #220 before the package is updated. Besides that, I had noticed that the current `` after the merge still did not...
@jagwingchoy unfortunately, probably this the only hardcore way you can do currently. there are fewer bugs along with this one and the `linecap` issues in the past. My fix at...
check this PR #241