mohsinulhaq/react-popper-tooltip

Code Sandbox link in README has broken preview

Undistraction opened this issue · 8 comments

Following the Example link on the homepage leads to a Codepen with a broken preview.

image
Looks fine to me, which browser are you using? Also can you please post a screenshot?

@mohsinulhaq Sure. Chrome Version 79.0.3945.130 (Official Build) (64-bit)

Screenshot 2020-01-30 at 14 47 07

and what is the error stacktrace in console?

metrics.ts:146 POST https://col.ops.csb.dev/data/sandpack net::ERR_CONNECTION_REFUSED
b @ metrics.ts:146
(anonymous) @ compile.ts:750
d @ runtime.js:45
(anonymous) @ runtime.js:271
e.<computed> @ runtime.js:97
t @ asyncToGenerator.js:3
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
Promise.then (async)
t @ asyncToGenerator.js:13
i @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
Ca @ sandbox.d8f7ccb7c.js:1
Ma @ sandbox.d8f7ccb7c.js:1
(anonymous) @ compile.ts:777
d @ runtime.js:45
(anonymous) @ runtime.js:271
e.<computed> @ runtime.js:97
t @ asyncToGenerator.js:3
i @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
Na @ sandbox.d8f7ccb7c.js:1
Ia @ sandbox.d8f7ccb7c.js:1
Aa @ compile.ts:799
(anonymous) @ index.js:36
d @ runtime.js:45
(anonymous) @ runtime.js:271
e.<computed> @ runtime.js:97
t @ asyncToGenerator.js:3
i @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
(anonymous) @ index.js:26
(anonymous) @ codesandbox.es5.js:449
D @ codesandbox.es5.js:447
C @ codesandbox.es5.js:464
(index):1 Uncaught (in promise) TypeError: Failed to fetch
2frontend.js:10187 Uncaught Error: Cannot add node 1 because a node with that id is already in the Store.
    at t.<anonymous> (frontend.js:10187)
    at t.emit (frontend.js:4349)
    at frontend.js:8696
    at t (frontend.js:27342)
    at r (helpers.js:71)

@mohsinulhaq I copied all assets to a new sandbox and it is working fine.

metrics.ts:146 POST https://col.ops.csb.dev/data/sandpack net::ERR_CONNECTION_REFUSED
b @ metrics.ts:146

This is not affecting anything. Any other error?

@Undistraction ohh ok, I guess we can close this issue then. This is probably a codesandbox compatibility issue.

Yeah. Sorry for the noise. I don't use CodeSandbox, so I just thought there was an issue with your CS project that you should know about.