question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error Maximum call stack size exceeded with ngIf: isOpen && showPicker == 'date'

See original GitHub issue

I have this error, I don’t know how to solve it. Please help me bower.json:

"jquery": "^3.2.1",
"bootstrap-ui-datetime-picker": "^2.6.3",

Error:

RangeError: Maximum call stack size exceeded
    at String.replace (<anonymous>)
    at V (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:32102)
    at Y.set (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:32478)
    at De (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:39700)
    at Comment.setup (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:45769)
    at Object.add (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:41002)
    at De (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:39720)
    at Comment.setup (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:45769)
    at Object.add (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:41002)
    at De (http://localhost:3000/lib/jquery/dist/jquery.min.js:2:39720) 
<!-- ngIf: isOpen && showPicker == 'date' -->

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

4reactions
Semkoocommented, Jun 3, 2019

I am receiving the same error with “jquery”: “3.4.1”,

2reactions
TchaixNCcommented, Jul 2, 2019

This error disepear with jquery 3.3.1 and bootstrap-ui-datetime-picker 2.6.3

Read more comments on GitHub >

github_iconTop Results From Across the Web

What causes this "maximum call stack size exceeded" error?
The problem. Although I select a date from the datepicker, the setDate() method is not executed. The Chrome console shows instead:
Read more >
Ng Date Time Picker - Daniel
The OwlDateTime allows users to enter a date and/or time either through text input, or by choosing a date from the calendar and/or...
Read more >
React MDBDatePicker unresponsive
p><strong>Expected behavior</strong> When the modal for the date picker pops up, ... Uncaught RangeError: Maximum call stack size exceeded. at HTMLDocument.
Read more >
[cacti] helps when you commit the patches - Fedora Mailing-Lists
++ * @option Number|Date expires Either an integer specifying the ... orientation from right to left if width exceeds the windows size */...
Read more >
Jen Simmons – WebKit
Fixed flex base size width calculation to not consider min and max sizes. ... and incorrect error/stack trace line/column numbers when inspecting minified ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found