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
feat: support different types of arguments for the renderable
This allows to pass several arguments to the renderable function or
an argument that is different from a plain object.
fix: better react component detection
- remove use of `react-is` (bundling error with rollup)
- user special `$$typeof` to detect `Context.Provider`, `Context.Consumer` and object returned by `React.forwardRef`