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

chore: adding more types for decoded token and user #63

Merged
merged 7 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions documentation/docs/api/classes/BrowserRouter.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ React.Component<BrowserRouterProps, any\>.constructor

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:482
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:472

• **new BrowserRouter**(`props`, `context`)

Expand All @@ -51,13 +51,13 @@ React.Component<BrowserRouterProps, any\>.constructor

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:487
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:477

## Properties

### context

• **context**: `any`
• **context**: `unknown`

If using the new style context, re-declare this in your class to be the
`React.ContextType` of your `static contextType`.
Expand All @@ -79,21 +79,21 @@ React.Component.context

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:480
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:470

___

### props

• `Readonly` **props**: `Readonly`<`BrowserRouterProps`\> & `Readonly`<{ `children?`: `ReactNode` }\>
• `Readonly` **props**: `Readonly`<`BrowserRouterProps`\>

#### Inherited from

React.Component.props

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:505
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:490

___

Expand All @@ -114,7 +114,7 @@ React.Component.refs

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:511
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:496

___

Expand All @@ -128,7 +128,7 @@ React.Component.state

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:506
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:491

___

Expand Down Expand Up @@ -161,7 +161,7 @@ React.Component.contextType

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:462
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:453

## Methods

Expand Down Expand Up @@ -193,7 +193,7 @@ React.Component.UNSAFE\_componentWillMount

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:718
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:687

___

Expand Down Expand Up @@ -235,7 +235,7 @@ React.Component.UNSAFE\_componentWillReceiveProps

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:750
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:719

___

Expand Down Expand Up @@ -276,7 +276,7 @@ React.Component.UNSAFE\_componentWillUpdate

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:778
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:747

___

Expand Down Expand Up @@ -304,7 +304,7 @@ React.Component.componentDidCatch

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:647
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:616

___

Expand All @@ -324,7 +324,7 @@ React.Component.componentDidMount

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:626
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:595

___

Expand Down Expand Up @@ -354,7 +354,7 @@ React.Component.componentDidUpdate

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:689
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:658

___

Expand Down Expand Up @@ -384,7 +384,7 @@ React.Component.componentWillMount

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:704
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:673

___

Expand Down Expand Up @@ -424,7 +424,7 @@ React.Component.componentWillReceiveProps

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:733
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:702

___

Expand All @@ -445,7 +445,7 @@ React.Component.componentWillUnmount

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:642
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:611

___

Expand Down Expand Up @@ -484,7 +484,7 @@ React.Component.componentWillUpdate

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:763
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:732

___

Expand All @@ -508,7 +508,7 @@ React.Component.forceUpdate

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:497
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:487

___

Expand Down Expand Up @@ -540,7 +540,7 @@ React.Component.getSnapshotBeforeUpdate

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:683
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:652

___

Expand All @@ -558,7 +558,7 @@ React.Component.render

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:498
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:488

___

Expand Down Expand Up @@ -589,7 +589,7 @@ React.Component.setState

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:492
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:482

___

Expand Down Expand Up @@ -624,4 +624,4 @@ React.Component.shouldComponentUpdate

#### Defined in

node_modules/@types/react-router/node_modules/@types/react/index.d.ts:637
node_modules/@types/react-router/node_modules/@types/react/index.d.ts:606
Loading
Loading