You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a really basic setup with theater in react and I'm using useVal function to get some values from a sheet. My console is full of the warning: "prism.effect() does not run in cold prisms Error Component Stack" that seems to be coming from theuseVal.
As someone who is not using the dataverse package explicitly, having this warning about something internal to the hook coming from that package is confusing.
If there is an issue with my usage of the hook I'd love to know and happy to contribute to the docs, if this is something internal that I can ignore it would be great to get the warning silenced.
The text was updated successfully, but these errors were encountered:
This is from inside a react component, it seems to be happening whenever the react state changes. This component is receiving a theater project as a prop since my use case requires dynamically generating a new project for every instance of a component. I'm not sure if the useMemo's are needed but the warning appears either way. Thanks for responding so quickly!
I've got a really basic setup with theater in react and I'm using
useVal
function to get some values from a sheet. My console is full of the warning: "prism.effect() does not run in cold prisms Error Component Stack" that seems to be coming from theuseVal
.As someone who is not using the dataverse package explicitly, having this warning about something internal to the hook coming from that package is confusing.
If there is an issue with my usage of the hook I'd love to know and happy to contribute to the docs, if this is something internal that I can ignore it would be great to get the warning silenced.
The text was updated successfully, but these errors were encountered: