Posts
Members
Info
Deleted·281d# General
Is this community still active?
There hasn't been any activity in this community for a while. Has it moved somewhere else?
0
Reach router default route
I am using some dynamic route in my react app (<xyz path=":id" />) at the same time i am also using static route <xyz path="/about" />) the issue is when i try to open about route try refreshing the page first it shows me Not found page then it shows me About page what is the…
0
Hey can someone help me? Using tooltips throws this error.
NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
0
How the hell do I use the examples with typescript?
TS2322: Type '{ children: string; getProps: ({ isCurrent }: LinkGetProps) => any; to: string; replace?: boolean | undefined; state?: any; innerRef?: Ref<HTMLAnchorElement> | undefined; ... 262 more ...; onTransitionEndCapture?: TransitionEventHandler<...> | undefined; }' is not…
1
Deploying a react reach router app to a subfolder
The Homepage: field is set in the package.json file. Though when i refresh the page, it loads the root page of the server, though my react app is in a subfolder. How can i prevent this?
6
How would one implement this? (Reach Dialog)
From the docs "Note, however, that the dialog will not render to the DOM when isOpen={false}, but you may want to save on the number of elements created in your render function. You should probably do this when your dialog contains a lot of elements." We have this pretty heavy…
0
Missing Docs
Hey I think this project is fantastic and I use it both for the npm package but also as a reference. I've learned a lot just by reading through the source. Anyway I've been coming back to this project regularly for a while and I just now realized that there is a PopOver…
0
Definining additional routes in lazy loaded component
I have following code and then in ./modules/entities I have When I access /dashboard/entities I get EntitiesPage, but I cannot seem to get UpdateEntityPage by accessing /dashboard/entities/1/update …
1
Redirect without path prop crashes Router
Looks a lot like this issue: https://github.com/reach/router/issues/153 Where adding a Redirect as a child in Router results in an error being thrown: …
0
No Space in ComboBoxOption
So I have this weird issue where I am searching something in ComboxInput. When I write New York in ComboxInput, the results automatically changes to NewYork in ComboBoxOption I would like the results to have a space ex "New York" not "NewYork" …
0