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
The plugin.ts file is missing a type definition on line 267.
When I make a build in react, it crashes when it reaches that line because it is missing the type IAddVariantOptions.
https://github.com/htmlstreamofficial/preline/blob/0c521a3c454f2ce345cad137473b77a89ed50a33/plugin.ts#L267C1-L268C1
/
No response
The text was updated successfully, but these errors were encountered:
same issue in nextjs build
Sorry, something went wrong.
Hey everyone, the issue has been fixed in the latest v2.6.0 release. Thanks!
No branches or pull requests
Summary
The plugin.ts file is missing a type definition on line 267.
Steps to Reproduce
When I make a build in react, it crashes when it reaches that line because it is missing the type IAddVariantOptions.
https://github.com/htmlstreamofficial/preline/blob/0c521a3c454f2ce345cad137473b77a89ed50a33/plugin.ts#L267C1-L268C1
Demo Link
/
Expected Behavior
No response
Actual Behavior
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: