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
Generated parser file (please unzip it first): kestrelParser.js.zip
We were using React 17.0.2, Next 12.1.0 and the parser can be imported and created successfully.
17.0.2
12.1.0
const parser = get_parser({ keep_all_tokens: true });
But after upgrading to React 18.2.0, Next 12.3.2, there is an error while running in the generated parser like below.
18.2.0
12.3.2
Do you have any ideas how to solve the issue? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Generated parser file (please unzip it first):
kestrelParser.js.zip
We were using React
17.0.2
, Next12.1.0
and the parser can be imported and created successfully.But after upgrading to React
18.2.0
, Next12.3.2
, there is an error while running in the generated parser like below.Do you have any ideas how to solve the issue? Thanks!
The text was updated successfully, but these errors were encountered: