Skip to content

Commit

Permalink
refactor(plugin-flow-builder): declare context to have correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Jan 10, 2025
1 parent e3864b0 commit 0627d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/botonic-plugin-flow-builder/src/action/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type FlowBuilderActionProps = {

export class FlowBuilderAction extends React.Component<FlowBuilderActionProps> {
static contextType = RequestContext
declare context: React.ContextType<typeof RequestContext>

static async executeConversationStart(
request: ActionRequest
Expand Down

0 comments on commit 0627d07

Please sign in to comment.