You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have added the paperbits folder from angular demo folder into my project and added the required declarations in my project but when I run the project it throws "Error: Uncaught (in promise): ReferenceError: setImmediate is not defined" error
is this because I am using angular v9.1.4?? if yes then which version of paperbits I should use with angular v9.1.4?
To Reproduce
Steps to reproduce the behavior:
Copy the paperbits folder to your existing angular project
Declare the required declarations and routes
Run the project
See error
Expected behavior
The paperbits demo editor should load as same as the demo provided
Screenshots
Desktop (please complete the following information):
OS: Windows
Browser: Firefox
Version: 90.0.2
Additional context
here's my package.json for reference
Hi @nitinjs, this particular error means that polyfill is missing (see polyfills.ts file in the demo project). Also, you may want to take a look into webpack extension registered in angular.json file, which does a lot of other things (in the demo project as well).
Describe the bug
I have added the
paperbits
folder from angular demo folder into my project and added the required declarations in my project but when I run the project it throws "Error: Uncaught (in promise): ReferenceError: setImmediate is not defined
" erroris this because I am using angular v9.1.4?? if yes then which version of paperbits I should use with angular v9.1.4?
To Reproduce
Steps to reproduce the behavior:
paperbits
folder to your existing angular projectExpected behavior
The
paperbits demo
editor should load as same as the demo providedScreenshots

Desktop (please complete the following information):
Additional context
here's my
package.json
for referenceThe text was updated successfully, but these errors were encountered: