Chris LeBlanc
Chris LeBlanc
A configuration like: ``` namedExports: { 'foo': ['bar'], }, ``` Nets us: ``` import React from 'react'; import { bar } from 'foo'; ```
Hello. I was able to get FacebookProvider to work by using one of the forks. The problem is when I don't already have the app authorized in my profile it...
Can we seed .js files so we can make data up? That'd be super mega awesome.
It's a bit unconventional to have to source a .json files during build time if we want to parameterize (via ENV variables) the app_secret. Usually with other SDK app secrets...
Normally it seems authentication is not required however after 12.0.1 I am getting this once it finally unpacks Xcode: ``` Available session is not valid any more. Continuing with normal...
Sorry if this is documented somewhere in an Issue but I can't seem to find it. I'm trying to do something like this and get an Invariant Violation. ``` const...
I'm having a bit of problem where the `app` foreignKey isn't set when running `barrels.populate(...)`, looks fine in the `barrels.data`, any idea what I'm missing? Thanks for the help. **App.json**...
After poking around quite a bit I feel the dimmer type implementation just seems partially broke. It hunts and pecks for the state. Comparing it to the switch type which...