Neil Poulin

Results 7 comments of Neil Poulin

I'm also getting this problem, however, I only run into it when I deploy to GH Pages via CircleCI. In both cases, I execute a yarn script: `yarn deploy-storybook --ci`...

Yeah, actually. I got my deployments to work by pre-building the storybook assets and deploying in a separate step using the ` --existing-output-dir` flag. In case it's helpful, here is...

hey @marcobeltempo any chance you can review this PR so i can get the type definitions fixed? I also noticed there are a few methods that the Onfleet sdk now...

thanks everyone. i would like to continue making more updates to these types so expect some more PRs soon. There are some new fields/methods that onfleet has added support for...

I applied this patch and it seems to fix my problem. Hope this can get merged into master soon! Thanks @mikemintz

I'm having the same problem here. Here's some example code I'm using: ``` //observe DealComments that have the Deal as its parent observe: function(props, state){ var self = this; return...