Open joelthorner opened 1 month ago
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
same issue in nextjs build
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