Closed Marcel-Kaminski closed 1 month ago
hi marcel, thanks for reporting this. ill try to reproduce this and get back to you in case i need more info.
this was caused by some recent changes, i apologise for this. i am pushing the fix and will release it on monday when i have access to my machine. as a temp fix, you can use v0.19.14.
Thanks, I will test it and let you know!
Bug Report: Error When Using "=" in FortuneSheet Component
Description:
I am encountering an issue in a simple React project using the
FortuneSheet
component. When I enter the=
character in any cell and then try to interact with another cell, an error occurs.Steps to Reproduce:
Create a basic React app.
Implement a component using the
FortuneSheet
library as shown below:Render the
FortuneSheetComponent
.Enter the character
=
in any cell.Click on any other cell.
Expected Behavior:
Entering
=
in a cell should not cause any errors, and the component should continue to function normally.Actual Behavior:
After entering
=
in a cell and then clicking on another cell, an error occurs, interrupting the normal behavior of the sheet.Screenshots/Links:
You can see the error message and stack trace in the following video:
Video
Additional Context:
FortuneSheet
library.Let me know if there's any additional information I can provide to help debug this issue.