remove immutable option from mount

proxied-state-each-blocks
Rich Harris 11 months ago
parent 08c069d5e0
commit 2347fd12f6

@ -2717,7 +2717,6 @@ export function createRoot(component, options) {
* events?: Events; * events?: Events;
* context?: Map<any, any>; * context?: Map<any, any>;
* intro?: boolean; * intro?: boolean;
* immutable?: boolean;
* recover?: false; * recover?: false;
* }} options * }} options
* @returns {[Exports, () => void]} * @returns {[Exports, () => void]}

Loading…
Cancel
Save