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
Changes to assets that are inlined do not immediately propagate to the rendered page, as that requires rerunning the full compiler instead of just the asset pipeline. A workaround this is to use inline={ process.env.NODE_ENV is 'production'}, but ideally the SDK can be aware of this scenario and rerender as necessary.
The text was updated successfully, but these errors were encountered:
Changes to assets that are inlined do not immediately propagate to the rendered page, as that requires rerunning the full compiler instead of just the asset pipeline. A workaround this is to use
inline={ process.env.NODE_ENV is 'production'}
, but ideally the SDK can be aware of this scenario and rerender as necessary.The text was updated successfully, but these errors were encountered: