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
Most other compilers, namely Typescript and Babel, support a "dev" mode when the compiled code would include the 5th argument of the react/jsx-dev-runtime function call which provides the data on the original source file.
Most other compilers, namely Typescript and Babel, support a "dev" mode when the compiled code would include the 5th argument of the
react/jsx-dev-runtime
function call which provides the data on the original source file.Reference:
Some tools, such as impulse, leverage that data in dev runtime.
Once there's support for the new runtime API, it should be trivial to implement.
I'm ready to contribute, but I need help with higher-level design decisions.
Related to #334
The text was updated successfully, but these errors were encountered: