- Issue created by @vlooi vlerke
- ๐ฟ๐ฆSouth Africa vlooi vlerke
This code fix the chart display.
+ (function($, Drupal, drupalSettings, once) { Drupal.behaviors.testimonials = { attach: function(context, settings) { + $(once('testimonials', context)).each(function(element) { ................ } } + }(jQuery, Drupal, drupalSettings, once));
- First commit to issue fork.
- ๐ฎ๐ณIndia roshni27
I can not be able to reproduce the issue . can you share more information.
- ๐ฟ๐ฆSouth Africa vlooi vlerke
If you don't experience this Drupal 10 issue ๐ Use Drupal's RouteObjectInterface Fixes Drupal 10 compatibility Needs review in expense tracker then you will not have this reported issue.
This bug is only active after fixing the above issue.
- ๐ฎ๐ณIndia sarwan_verma
sarwan โ made their first commit to this issueโs fork.
- @sarwan opened merge request.
- Status changed to Needs review
about 1 year ago 6:37am 20 September 2023 - ๐ฎ๐ณIndia sarwan_verma
Hi @FlutterStack, fixed issue of once function and raised PR for that. Please review and verify.