страницей.
                  
                  
                  - в hooks.js прописываю 
                  
                  
                  ssr: false
                  
                  
                  - в svelte.config.js 
                  
                  
                  kit.browser: {hydrate: false,router: false}
                  
                  
                  
                  
                  
                  При запуске в dev режиме получаю ошибку:
                  
                  
                  [HMR][Svelte] Unrecoverable error in <Root>: next update will trigger a full reload
                  
                  
                  root.svelte? [sm]:50 Uncaught (in promise) Error: options.hydrate only works if the component was compiled with the `hydratable: true` option
                  
                  
                      at Object.claim [as l] (root.svelte? [sm]:50:13)
                  
                  
                      at init (index.mjs:1883:40)
                  
                  
                      at new Root (root.svelte? [sm]:16:25)
                  
                  
                      at createProxiedComponent (svelte-hooks.js:266:9)
                  
                  
                      at new ProxyComponent (proxy.js:239:20)
                  
                  
                      at new Proxy<Root> (proxy.js:346:11)
                  
                  
                      at Renderer._init (start.js:968:15
                  
                  
                
 Konstantin
                          Nosov
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                      
                      
                        
                          Konstantin
                          Nosov
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                    
                    
                  https://github.com/sveltejs/kit/issues/3896 сделал repl и issue, может починят когда-то
Обсуждают сегодня