We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2269863 commit ffedb6bCopy full SHA for ffedb6b
src/svelte/get-params.js
@@ -34,7 +34,7 @@ function getParams(obj = {}) {
34
});
35
36
['navigation', 'pagination', 'scrollbar'].forEach((key) => {
37
- if (params[key] === true || params[key] === false) params[key] = {};
+ if (params[key] === true) params[key] = {};
38
39
40
return { params, passedParams, rest };
src/vue/get-params.js
@@ -35,7 +35,7 @@ function getParams(obj = {}) {
41
0 commit comments