any advice on staying on top of changes like this….
@deprecated Plasmic now uses a custom hook for Screen variants, which is
automatically included in your components. Please remove this provider
from your code.
curious how this affects other global variants?
chungwu
October 5, 2023, 12:54am
#2
Hi! This only applies to screen variants; other global variants work as usual
thanks. still struggling to understand where we went wrong… it sounds like loader may be loading components from plasmic API? this is kind of a shock since we don’t consider published components “in production”
Makes me very very concerned about what we are really running in prod
chungwu
October 5, 2023, 12:58am
#5
hmm the deprecation of screen global context has been in place for years, so your issue is likely unrelated…
Are you referring to the issue with the video you posted (query params disappearing)?
that is the issue that effects us most immediately
change in window size should never affect params
yes… Plasmic-generated components shouldn’t be doing any routing so that is strange
Have no clue why it’s actually happening of if it’s related to seemingly bogus warning.
chungwu
October 5, 2023, 1:03am
#10
can you remind me what your setup is? loader/codegen, etc?
chungwu
October 5, 2023, 1:04am
#12
that is what I thought… so nothing should be loading any components over the network
chungwu
October 5, 2023, 1:04am
#14
are you using a framework like nextjs? or are you doing your own routing?
chungwu
October 5, 2023, 1:06am
#16
are there components on this page doing stuff with f_tags?
chungwu
October 5, 2023, 1:06am
#17
one possibility is that that component is only rendered in the desktop variant…
Yes… checkboxes will be selected according to URL params
and query/results will be different
chungwu
October 5, 2023, 1:08am
#20
hmm any component that may be updating the url params?