-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: master
Are you sure you want to change the base?
Conversation
a07c47a
to
6b3732e
Compare
cb1b84f
to
f486906
Compare
) | ||
|
||
``` | ||
*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)* |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove redux
dependency.
No description provided.