We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211f3b4 commit 87c2078Copy full SHA for 87c2078
.changeset/heavy-sloths-burn.md
@@ -0,0 +1,5 @@
1
+---
2
+'ripple': patch
3
4
+
5
+Fix imports for removed functions
packages/ripple/src/runtime/internal/client/index.js
@@ -80,12 +80,7 @@ export { switch_block as switch } from './switch.js';
80
81
export { template, append, text } from './template.js';
82
83
-export {
84
- ripple_array,
85
- ripple_array_from,
86
- ripple_array_of,
87
- ripple_array_from_async,
88
-} from '../../array.js';
+export { ripple_array } from '../../array.js';
89
90
export { ripple_object } from '../../object.js';
91
0 commit comments