Aleksandrs Larionovs

Results 11 comments of Aleksandrs Larionovs

Caching helped with getInitialProps, since it run client side. Now with getServerSideProps the issue is back.

`const pathSnapshot = Object.keys(params).reduce((s, k) => { return s.replace(`{${k}}`, options.params[k]); }, pathTemplate);` Where do options come from in **options**.params? Also is it a realtime db only solution? None of it...

My fork (https://github.com/alekslario/gatsby-plugin-google-fonts-with-attributes) addresses this issue. Now you can pass custom attributes to the link. In your case it's `rel='stylesheet preload prefetch"`.

@NateAGeek pretty sure this repository is abandoned. 2 open pull requests and last update was 16 month ago

@didierfranc Can you review my PR then?

> I have got the same issue, I tried different keywords, but all download with less than four hundred images, and the --related_images seems not working. Does anyone fix this?...

Couldn't find a solution to this issue so I used a global redux/context store + custom hook fallback. ``` import React, { useEffect, useState } from "react"; import { useStore...

Works for me in JS. I think, it is not a plugin problem but VS code problem. Make sure your file encoding is utf-8.