Replies: 6 comments
-
Addition: Using in compiler options target: es2015 and 'module': es2020. Currently I'm trying to understand more of the webpack setup which seems to be the issue here. Cant resolve the issue yet, is something not configured properly in the plugin package? |
Beta Was this translation helpful? Give feedback.
-
I can't reproduce it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for trying though, I will create a new Angular test project this evening to see if I myself can reproduce it or if the setup of the real project is somehow broken (everything else works tho, except for this plugin).:dagger: |
Beta Was this translation helpful? Give feedback.
-
I think the problem is with the For some reason, one of the webpack's loaders is not familiar with it. |
Beta Was this translation helpful? Give feedback.
-
Probably takes you to upgrade TS version since you mentioned Angular 10. |
Beta Was this translation helpful? Give feedback.
-
You should use |
Beta Was this translation helpful? Give feedback.
-
Which @ngneat/elf-* package(s) are the source of the bug?
state-history
Is this a regression?
No
Description
I receive the following error after I installed the stateHistory plugin and included it into my code as follows:
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response
Do you want to create a pull request?
No
Beta Was this translation helpful? Give feedback.
All reactions