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

Add check access module to repo #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

NikitaMazur
Copy link
Contributor

No description provided.

@NikitaMazur NikitaMazur force-pushed the access branch 2 times, most recently from a07c47a to 6b3732e Compare June 18, 2020 14:58
)

```
*NOTE: F_CHIEF have full access to application. It should contains all flags. the value should be next exponent minus one. The maximum exponent can be 52, because the MAX_SAFE_INTEGER is (2 ** 53)*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please restore line breaks from original NOTE =)

import { createContext } from 'react'
import PropTypes from 'prop-types'

const F_PUBLIC = 2 ** 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please export it and use in example above

@@ -0,0 +1,46 @@
import { connect } from 'react-redux'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove redux dependency.

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

Successfully merging this pull request may close these issues.

3 participants