Giter Site home page Giter Site logo

Comments (15)

RedHatter avatar RedHatter commented on August 14, 2024 1

Thanks for the heads up. Shouldn't be a problem to fix. Looks like I just need to filter out native functions before I clone the local context.

I don't have time today but I should be able to look more into it soon.

from sveltestrap.

vfilatov avatar vfilatov commented on August 14, 2024

Checked on

  • Chromium: Version 81.0.4033.2 (Developer Build) Ubuntu 19.10 (64-bit)
  • Chrome: Version 80.0.3987.116 (Official Build) unknown (64-bit)

from sveltestrap.

vfilatov avatar vfilatov commented on August 14, 2024

On Firefox 73.0 (64-bit) Ubuntu:

  • DataCloneError: The object could not be cloned.

from sveltestrap.

bestguy avatar bestguy commented on August 14, 2024

Hi @vfilatov, are you running the sample locally? Or are you looking at the website docs.
The docs use storybook library which uses React, etc that might confuse things or trigger errors

from sveltestrap.

frederikhors avatar frederikhors commented on August 14, 2024

@bestguy I think we should only accept issue with issue reproduction on REPLs online.

The little time we can devote to FOSS should not be supportive of non-repository problems.

Am I wrong?

from sveltestrap.

vfilatov avatar vfilatov commented on August 14, 2024

from sveltestrap.

frederikhors avatar frederikhors commented on August 14, 2024

It's not because of you or related to you, @vfilatov.

from sveltestrap.

vfilatov avatar vfilatov commented on August 14, 2024

Hi @vfilatov, are you running the sample locally? Or are you looking at the website docs.
The docs use storybook library which uses React, etc that might confuse things or trigger errors

locally.

from sveltestrap.

bestguy avatar bestguy commented on August 14, 2024

Thanks @vfilatov for the reproduction steps, can take a look

from sveltestrap.

vfilatov avatar vfilatov commented on August 14, 2024

node_modules/sveltestrap/src/Nav.svelte:
variable "fill" conflicts with Svelte DevTools
a workaround:

diff --git a/Nav.svelte b/Nav.svelte
index f5493c9..247ff22 100644
--- a/Nav.svelte
+++ b/Nav.svelte
@@ -9,7 +9,7 @@
   export let vertical = false;
   export let horizontal = '';
   export let justified = false;
-  export let fill = false;
+  export let navfill = false;
   export let navbar = false;
   export let card = false;
 
@@ -35,7 +35,7 @@
       'nav-pills': pills,
       'card-header-pills': card && pills,
       'nav-justified': justified,
-      'nav-fill': fill
+      'nav-fill': navfill
     }
   );
 </script>

from sveltestrap.

bestguy avatar bestguy commented on August 14, 2024

Thanks @vfilatov - we could change this, although would be a small breaking change.
Perhaps this is an issue we could fix in Svelte Devtools? Any thoughts @RedHatter ?

from sveltestrap.

vfilatov avatar vfilatov commented on August 14, 2024

@RedHatter any chances to look at that issue? :)

from sveltestrap.

RedHatter avatar RedHatter commented on August 14, 2024

Thank you for the ping. Sorry I haven't looked into this sooner.

As far as I can tell this is fixed in svelte-devtools version 1.2.3. Can you verify? The latest version hasn't gone through review on chrome yet but you should be able to install on firefox. Make sure to use the latest svelte version.

from sveltestrap.

vfilatov avatar vfilatov commented on August 14, 2024

@RedHatter, thank you, I can confirm it is working on FireFox now.
Meanwhile it crashes under huge data set, but that might be a different story.

Thanks again!

from sveltestrap.

bestguy avatar bestguy commented on August 14, 2024

Resolved in other repo, thanks.

from sveltestrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.