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
Not sure this is specific to tributejs or stimulus-use, but I'm creating a bug here to assist anyone that faces the same issue.
If this is not the correct repo, I'll create a new issue.
index.js:979 Uncaught TypeError: Cannot create property 'params' on string '/user/mentions'
at index.js:979:47
at Array.forEach (<anonymous>)
at s (index.js:979:18)
Hi,
Not sure this is specific to tributejs or stimulus-use, but I'm creating a bug here to assist anyone that faces the same issue.
If this is not the correct repo, I'll create a new issue.
How can we reproduce this bug?
Setup
stimulus-use
(0.51.2 or later) to usedebounce
(https://github.com/stimulus-use/stimulus-use/blob/main/docs/use-debounce.md) andtributejs
("^5.1.3") with remote data loading.What did you expect to happen?
Remote endpoint to be called and results to show up.
What happened instead?
Errors when debounce is in action.
References
Changes in stimulus-use/stimulus-use#252 (added to version 0.51.2) caused the issue.
Previous version didn't account for
params
, which now causes the issue.https://github.com/stimulus-use/stimulus-use/pull/252/files#diff-2d00fb15509596cae3f1913138475788a64fdffda4c1fdc29b0637c6b807c04d
Created an issue on stimulus-use as well: stimulus-use/stimulus-use#295
The text was updated successfully, but these errors were encountered: