Skip to content

useProxies: 'never' still throws error on IE11 #2607

Discussion options

You must be logged in to vote

This means you are not calling configure soon enough. Note that import statements of observable using modules will already execute the module body, so you might need to reorder your configure and import statements a bit more, or make sure that your top level statements don't initialize observables yet.The stack trace should reveal where you are trying to create an observable array .

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by urugator
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vertic4l
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2607 on November 10, 2020 20:15.