Fork me on GitHub
#fulcro
<
2018-03-04
>
jzhu512106:03:55

Hi, I followed the youtube video “Fulcro 2.0 Basics Part 3”, but there is always a warning in the browser console: [2819.665s] [fulcro.client.primitives] transact! should be called on a componentthat implements IQuery or has a parent thatimplements IQuery

jzhu512106:03:11

When I typed in the input element.

myguidingstar18:03:29

@wilkerlucio as you can guess, latest version of walkable (with new feature of batching child joins) now joins are processed at their parent level. That means it no longer work with pathom placeholder plugin

myguidingstar18:03:59

I can imagine the parent level now also need to recursively look for all placeholder descendants and include the true keys/true child joins found inside

myguidingstar18:03:29

I just wonder if there's a better way

wilkerlucio21:03:58

@myguidingstar yeah, I think would be easier if you have a deterministic way to know which prefixes are placeholders, I can make the placeholder plugin add that information on the environment (can be a set, so even if you have multiple placeholders that would work), what you think?