Prerequisites
- [?] Using yarn
- [?] Using an up-to-date
master branch
- [?] Using latest version of devtools. Check the docs for how to update
- [?] Tried solutions mentioned in #400
- [?] For issue in production release, add devtools output of
DEBUG_PROD=true yarn build && yarn start
Expected Behavior
Current Behavior
After changing 'Total clicks', the app only prints one or two pages, the next run uses the right click counter.
Steps to Reproduce
-
Start the app
-
Change the total clicks value
-
App will print one or two pages
-
Close the preview and start the print again
-
App will now print with the right clicks
Possible Solution (Not obligatory)
Context
Your Environment
- Node version: ?
- PlainPrinter version or branch: 0.2.0
- Operating System and version: macOs 12.5.1
- Link to your project: ?
Prerequisites
masterbranchDEBUG_PROD=true yarn build && yarn startExpected Behavior
Current Behavior
After changing 'Total clicks', the app only prints one or two pages, the next run uses the right click counter.
Steps to Reproduce
Start the app
Change the total clicks value
App will print one or two pages
Close the preview and start the print again
App will now print with the right clicks
Possible Solution (Not obligatory)
Context
Your Environment