Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag 0.7 code is latest in NPM (and mislabeled 0.8) #53

Open
winescout opened this issue Apr 13, 2020 · 0 comments
Open

Tag 0.7 code is latest in NPM (and mislabeled 0.8) #53

winescout opened this issue Apr 13, 2020 · 0 comments

Comments

@winescout
Copy link

Looks like the push NPM a year ago didn't get the bugfix for host and port fix that went into master a year ago. Could you verify that, and hopefully republish?

For example, here is the Helper.js.flow after a fresh install:

➜  cat node_modules/react-activestorage-provider/dist/helpers.js.flow
/**
 * @flow
 */

export function compactObject<T: {}>(obj: T): T {
  let newObj = { ...obj }

  Object.keys(newObj).forEach(
    key => newObj[key] === undefined && delete newObj[key]
  )

  return newObj
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant