Blessan Mathew

Results 14 comments of Blessan Mathew

`__typename ` is a meta field that tells the content type. AFAIK its thing in graphql, [here its described](https://graphql.org/learn/queries/). My query looks something like this ``` export const query =...

Has anyone been able to solve this issue?

This is a temp work around that im using right now. I parse the rich text data before i send to the component ``` function stripTrailingParagraphNodes(richtext) { let shouldStop =...

@coreysyms that's what I was doing all this time but then I changed my layout a bit to use `display:grid` and `row-gap` to add spacing between the paragraphs and then...

@tangar76 No. It might be the way I use the lib. I require it with the following line `require("flipclock/dist/flipclock");` Also from what I see in the code, none of these...

I installed a fork instead [flipclock-es6](https://www.npmjs.com/package/flipclock-es6) and that worked

We have docs in multiple repos. So we use git submodules Maybe I'm doing things wrong This is our folder structure ``` docs/ ├─ guides/ │ ├─ getting-started.md │ ├─...

:+1: If we have our input field hidden with display:none, the icon position is not correct and I will have to call update to recalculate. It would be good if...

I tried creating a local plugin that does the copy and I see the files getting copied, but I still get 404 page even I go to the URL. I...

It would be nice to have this feature. This helps with tests that have toast messages. We could speed up the clock to get the toasts to disappear faster