Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] injectComponents does not work correctly #2557

Open
ibrahimyilgor opened this issue Apr 2, 2024 · 0 comments
Open

[Bug] injectComponents does not work correctly #2557

ibrahimyilgor opened this issue Apr 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ibrahimyilgor
Copy link

React.js
keplergl v2.5.5

I need to use custom components and I found this code below.
` const CustomHeader = () =>

My kepler.gl app

const myCustomHeaderFactory = () => CustomHeader

const KeplerGl = injectComponents([[PanelHeaderFactory, myCustomHeaderFactory]])

const MapContainer = () => (
	<div>
		<KeplerGl
			id='map'
			width={paperRef?.current?.offsetWidth || 1000}
			height={paperRef?.current?.offsetHeight || 1000}
			mapboxApiAccessToken={VALID_KEY}
			appName='X'
			appWebsite=''
		/>
	</div>
)

return (
	<MapContainer />
)

`

Page automatically begins with add data modal and after i close the modal I cannot see the map

resim

@ibrahimyilgor ibrahimyilgor added the bug Something isn't working label Apr 2, 2024
@ibrahimyilgor ibrahimyilgor changed the title [Bug] [Bug] injectComponents does not work correctly Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant