We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
examples/history.tsx
The second line in the following of examples/history.tsx would be slice(-2), not slice(0, -2).
slice(-2)
slice(0, -2)
<HistoryMessages history={this.props.history.slice(0, -2)} priority={this.props.older} /> <HistoryMessages history={this.props.history.slice(0, -2)} priority={this.props.newer} />
vscode-prompt-tsx/examples/history.tsx
Lines 94 to 95 in 70ec988
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The second line in the following of
examples/history.tsx
would beslice(-2)
, notslice(0, -2)
.vscode-prompt-tsx/examples/history.tsx
Lines 94 to 95 in 70ec988
The text was updated successfully, but these errors were encountered: