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 want the id parameter on useFunnel to be optional, and I want the URL to remain as ?step=stepName without the id. prefix.
Currently, the id parameter is required, and it appears in the URL as ?id.step=stepName
My goal is to simplify this by skipping the id. and just using step as the name of the searchParams.
I’m only using one useFunnel hook on the page, so having just step in the URL should work fine for me.
Can you guys consider this feature?
constfunnel=useFunnel<{A: {};b: {}}>({// id: '', <--- I want id parameter to be optional!! and remains in th url ?step=Ainitial: {step: 'A',context: {}},});
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered:
Package Scope
@use-funnel/core
Description
I want the
id
parameter on useFunnel to be optional, and I want the URL to remain as?step=stepName
without theid.
prefix.Currently, the
id
parameter is required, and it appears in the URL as?id.step=stepName
My goal is to simplify this by skipping the id. and just using step as the name of the searchParams.
I’m only using one useFunnel hook on the page, so having just step in the URL should work fine for me.
Can you guys consider this feature?
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: