James Beard

Results 46 comments of James Beard

Hi @himelbrand. Still looking for some help with the project?

Hey @krunaldodiya and @mbuxmann, I'm going to have a go at fixing this. Did either of you have a loading component configured? If you did, it would help if you...

Hi @pku-arun, can you please post your entire code? Are you calling useStore() somewhere prior to rendering the PersistGate? Thanks

Think I've figured this out. @roadmanfong would you mind reading along to see if the diagnosis and planned fix make sense? The PersistGate works by setting a custom onAllLoaded callback...

+1 for the useEffect workaround working for me. @roadmanfong would you be open to a PR even though this would be a workaround? Would make the library feel more predictable.

I think this might effectively be a duplicate of #9 as well. Will take a look at both and see what can be done.

Hi @byv55f5f5 Can you explain how this _should_ work? Viewing the contents of package.json at https://www.npmjs.com/package/@turf/turf?activeTab=code version is definitely set.

Hi @alamenai Try the latest [7.0.0-alpha.114](https://www.npmjs.com/package/@turf/mask/v/7.0.0-alpha.114). Typescript support is be much improved in v7.

Hi all. Incoming PR soon to hopefully address this issue and more. Would appreciate your input on the direction. Aiming to support both CJS and ESM. Please have a look...

Thanks @favna. Really appreciate it. Based on your advice I will: - re-split dist into esm/ and cjs/ subdirs. Probably just my personal preference for avoiding too many hierarchy layers...