Khaled Garbaya

Results 36 comments of Khaled Garbaya

Hey @adamrogas, Thanks for reporting this. What's the type of `fields.published`? and can you get the `order` working without `"links_to_entry": locals.data.tag`?

Hi @abmagil, You can pass a handler to be called every time you receive a rate limit error and there you will get the headers you need. ``` const client...

Hey @MatteoGioioso, any reason you want to use fetch instead of axios?

Hey @rewop this will be fixed in https://github.com/contentful/contentful.js/pull/206

Hey @jean-bertrand you are looping through the images in line 20 but you are not using the wrong object The code should be `:src="image.fields.file.url"`

Since the react-renderer is flexible enough I think we can have a package that just exports a renderer option to add the `rich-text-react-renderer` Example: ```js import { documentToReactComponents } from...

@henrymoulton you can always override any default config

@5ervant you need to pass the content of the rich-text field

Sorry for the confusion here yes it is undefined because it does not exist I was just giving a suggestion