Skip to content

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

Description

@winescout

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions