Per Nilsson
Per Nilsson
Thanks for the report, @wprater! We are running into this problem as well. Does anyone know if Is this resolved in alt `0.18.x`?
I'm seeing this with `useListVals` in a multiplayer game built with create-react-app. When another client adds a player object to a list, the first client sees 5 copies of that...
@mitermayer that's cool. In the meantime, I might just add the inline tags that I need to a fork of `draft-js`.
@ryan-roemer is this GTM? @bmathews can you get this in?
My 15ç: - From anecdotal experience, single-quotes seem overwhelmingly the more popular in JavaScript libraries across the githubs. One less point of friction onboarding new contributors if we used them...
I am on board with Ken's reasoning and opinions regarding this. The cognitive-switch is a compelling argument for converting Victory, Spectacle, and other popular projects to single-quotes.
The upside with an implementation that puts the responsibility on the documentation author to define any additional component behaviors is that we don't have to add any features to Ecology...
What if we simply wrote an example with a wrapper component including data sources that passes data to the Victory component, letting it all hang out in the rendered example...
The actual definition of the wrapper component would just be passed in `scope`, to reduce the clutter.
@paulathevalley Let's do it this minimal-style ^ for a selected victory component first to see what it looks like. We'll write a `DataSource` component or something that renders a dropdown...