RootCauseunvalidated
doing `export * from` only re-exports named exports. Tension: neither default export from vanilla nor react would be re-exported here. Outcome: Without lines 3 and 4, the above would not occur.
f67bede4-7c63-440d-8e37-c417b77fdfe2
doing export * from only re-exports named exports. Tension: neither default export from vanilla nor react would be re-exported here. Outcome: Without lines 3 and 4, the above would not occur.