Joey Figaro

Results 43 comments of Joey Figaro

@yowzadave did you end up just moving your assets to backend?

[YN0028](https://yarnpkg.com/advanced/error-codes#yn0028---frozen_lockfile_exception) (--frozen-lockfile exception) It looks like a slew of package versions are being modified/changed on install. I don't know how to reproduce this on my machine–using `--immutable` does not produce...

Just attempted to blow away `yarn.lock`, create a new one via `yarn install` and deploy it. Same results.

@kushagraagent47 I think what OP means is that the component should handle being passed values for the `name` prop that don't exist. Right now it throws an exception.

FWIW, I'd vote for better documentation (specifically for the available endpoints) and adding examples before this is introduced.

For anyone else who ends up here, I'm currently getting around this by setting up event listeners by hand inside my `onReady` handler: ```js handleMapReady = (mapProps, map) => {...

Having same issues as @steveadams – with the wide usage of context, not having support for it makes this (incredibly useful) utility much less useful. Happy to help investigate or...

@colebemis Ping.

Looks like an issue with your `node_modules` @moedeveloper. You've probably resolved this by now, but if not you should try reinstalling.